2015-06-10 01:52 AM
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.2015-06-15 05:47 AM
Folks, Any help on above post? Though this is a warning, will it cause any impact during execution?
Expecting earliest reply. Thanks.Mike.2015-06-15 06:32 AM
Hello Mike ,
the library which defines the ``system calls'' and other basic facilities such as malloc, sprintf and so on ..There is no problem to use libc library coming from Hightec compiler.This library has been compiled by the toolchain Hightec gcc powerpcvlewe will try to recompile the libc in order to remove this warning.Anayway, there is no risk to use this library. Best Regards Erwan2015-06-15 06:48 AM
Thanks Erwan for your quick reply. This is really a sheer relief for moving ahead.
Thanks again.Mike.