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
... View more