04-13-2021 08:17 PM
Hi everyone,
I am working with BSXLite library by adding to my project,
I downloaded it from below link
https://www.bosch-sensortec.com/software-tools/software/sensor-fusion-software/
When i build my project i am getting errors like below which is regarding to BSXLite library,
..\libalgobsx.a(1): error: A1167E: Invalid line start
..\libalgobsx.a(2): error: A1167E: Invalid line start
..\libalgobsx.a(3): error: A1271E: Line too long, maximum line length is 4095
..\libalgobsx.a(3): warning: A1313W: Missing END directive at end of file
1) What is the cause for getting this error?
2) Is library is not added to my projetct?
Pl help me to come out of this issue.
Thank you,
Regards
alekya
04-14-2021 03:34 AM
Hello alekya,
What was your host MCU architecture and which library you used?
04-14-2021 08:09 AM
Hi,
Thankyou for reply,
My Host Architecture is Cortex-M4F and i am using Keil IDE version 5.33.0.0.
1) Is library added/include to my project? or still not? i am confusing .
Thank you
04-26-2021 03:17 PM
Please give me reply
05-07-2021 10:20 AM
Hello alekya,
libalgobsx.a was compiled with GCC, so it occured error when you compile it with Keil.
You should compile it with other compiler that supported GCC.