04-30-2021 06:33 PM
Hi everyone,
I am working with BSXLite library by adding to my project,
My Host Architecture is Cortex-M4F and i am using Keil IDE version 5.33.0.0.
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?
3) Is this compiled for arm-gcc compiler?
Pl help me to come out of this issue.
Thank you,
Regards
alekya
05-06-2021 09:59 AM
Hello alekya,
BSXLite is a library compiled with GCC. If you compile with Keil, you will report an error. You can compile with an IDE that supports GCC.
It can be seen from the integration document that BSXLite supports limited functions. It is recommended that you apply for BSX if you want to design a product.