Hi Minhwan, Still i am working on the same libraray compilation and gettign the below error. *** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Build target 'DA14531' Note: source file '..\src\user_custs1_impl.c' - object file renamed from '.\out_DA14531\Objects\user_custs1_impl.o' to '.\out_DA14531\Objects\user_custs1_impl_1.o'. Note: source file '..\src\user_peripheral.c' - object file renamed from '.\out_DA14531\Objects\user_peripheral.o' to '.\out_DA14531\Objects\user_peripheral_1.o'. linking... .\out_DA14531\Objects\BME68x_BSEC_Integration.axf: Error: L6242E: Cannot link object bsec_interface.o as its attributes are incompatible with the image attributes. ... wchart-16 clashes with wchart-32. .\out_DA14531\Objects\BME68x_BSEC_Integration.axf: Error: L6242E: Cannot link object bsec_codegen_do_steps.o as its attributes are incompatible with the image attributes. ... wchart-16 clashes with wchart-32. .\out_DA14531\Objects\BME68x_BSEC_Integration.axf: Error: L6242E: Cannot link object bsec_codegen_get_configuration.o as its attributes are incompatible with the image attributes. ... wchart-16 clashes with wchart-32. .\out_DA14531\Objects\BME68x_BSEC_Integration.axf: Error: L6242E: Cannot link object bsec_codegen_get_state.o as its attributes are incompatible with the image attributes. ... wchart-16 clashes with wchart-32. .\out_DA14531\Objects\BME68x_BSEC_Integration.axf: Error: L6242E: Cannot link object bsec_codegen_get_version.o as its attributes are incompatible with the image attributes. ... wchart-16 clashes with wchart-32. .\out_DA14531\Objects\BME68x_BSEC_Integration.axf: Error: L6242E: Cannot link object bsec_codegen_init.o as its attributes are incompatible with the image attributes. ... wchart-16 clashes with wchart-32. .\out_DA14531\Objects\BME68x_BSEC_Integration.axf: Error: L6242E: Cannot link object bsec_codegen_reset_output.o as its attributes are incompatible with the image attributes. ... wchart-16 clashes with wchart-32. .\out_DA14531\Objects\BME68x_BSEC_Integration.axf: Error: L6242E: Cannot link object bsec_codegen_sensor_control.o as its attributes are incompatible with the image attributes. ... wchart-16 clashes with wchart-32. .\out_DA14531\Objects\BME68x_BSEC_Integration.axf: Error: L6242E: Cannot link object bsec_codegen_set_configuration.o as its attributes are incompatible with the image attributes. ... wchart-16 clashes with wchart-32. .\out_DA14531\Objects\BME68x_BSEC_Integration.axf: Error: L6242E: Cannot link object bsec_codegen_set_state.o as its attributes are incompatible with the image attributes. ... wchart-16 clashes with wchart-32. .\out_DA14531\Objects\BME68x_BSEC_Integration.axf: Error: L6242E: Cannot link object bsec_codegen_update_subscription.o as its attributes are incompatible with the image attributes. ... wchart-16 clashes with wchart-32. .\out_DA14531\Objects\BME68x_BSEC_Integration.axf: Error: L6449E: While processing ..\src\libalgobsec.lib(Bsec.o): ELF header refers to section-name string table section #10 but that section has type 1879048195 (SHT_ARM_ATTRIBUTES) instead of SHT_STRTAB Not enough information to produce a SYMDEFs file. Not enough information to produce a FEEDBACK file. Not enough information to list image symbols. Not enough information to list load addresses in the image map. Finished: 15 information, 0 warning and 12 error messages. ".\out_DA14531\Objects\BME68x_BSEC_Integration.axf" - 12 Error(s), 0 Warning(s). Target not created. Build Time Elapsed: 00:00:06 could tell me the exact problem. I am using Cortex-M0+ platform for the below link. could share the library for this platform. C:\Users\fkumar\bsec_1-4-8-0_generic_release_updated_v3\BSEC_1.4.8.0_Generic_Release_updated_v3\algo\normal_version\bin\armcc\Cortex_M0+ Regards, Kumar
... View more