Other Parts Discussed in Thread: TI-BT-STACK-LINUX-ADDON, PROCESSOR-SDK-AM335X
Hi,
I'm trying to build bluetopia library for a custom Sitara platform.
The BSP for the platform is compiled with mfloatabi=softfp
When I try to build the library, following the instructions I get the following errors of the form:
error: ../BluetopiaPM/lib/libBTPM_S.a(BTPMMAIN_S.o) uses VFP register arguments, ../BluetopiaPM/bin/SS1BTPM does not
To solve the problem I want to rebuld the libraries in the Bluetopia package with my BSPs compile options,
but when I try to build, I get the following error:
make: *** No rule to make target `../BluetopiaPM/lib/libBTPM_S.a', needed by `../BluetopiaPM/bin/SS1BTPM'. Stop.
When I look in the make rule files under core, they are empty!
How do I rebuild the libraries?
Are all the source files required present?
Best Regards,
Paul