Question
Linker - incompatible section flags
Posted on June 10, 2015 at 10:52
Hello,
I am using SPC5Studio with SPC560D30L3 device. Till date I was able to build the project without any error/warnings. Recently I am getting a warning as below,4:10:08 **** Incremental Build of configuration Default for project XXX ****make all Compiling osal_cfg.cCompiling main.cCompiling Global_Variables.cCompiling XXX_Memory.cCompiling XXX_Init.cCompiling XXX_Uart.cCompiling XXX_DataFlash.cCompiling XXX_PWM.cCompiling XXX_Watchdog.cCompiling XXX_Timer.cCompiling XXX_Control.cCompiling XXX_Process.cCompiling XXX_Calibration.cCompiling XXX_Indications.cLinking build/out.elfwarning: 1.incompatible section flags c:/spc5studio/eclipse/plugins/com.st.tools.spc5.tools.hightec_1.0.0.201306281422/hightec/bin/../lib/gcc/ppc-ht-eabi/4.6.3/../../../../ppc-ht-eabi/lib/vle/nof\libc.a(lib_a-impure.o):Creating build/out.hex input section'.sdata' = 'awsl' output section '.data' ='awl'Creating build/out.motCreating build/out.binCreating build/out.dmp text data bss dec hex filename 50632 1208 7968 59808 e9a0 build/out.elfDone14:10:35 Build Finished (took 26s.114ms)What is it related to this warning? Where can I find the information and solution for this? Has anyone experienced this?Your earliest help will be highly appreciated. Thanks.Mike.