Hello Jorge,
After integrating a large batch of code from a new include path, I am having a similar issue, and i'm wondering if you could help? I am getting:
'Invoking: ARM Ltd Windows GCC C Linker'
...
c:/freescale/cw mcu v10.5/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: cannot find -lrt
c:/freescale/cw mcu v10.5/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: cannot find -luart
These are the only two errors I have, and I don't know of any duplicate definitions. I thought perhaps it had something to do with duplicate include paths in the project settings, but I can't seem to make it go away... I am using CW 10.3 with the ARM Ltd. GCC toolchain, and i'm not using the UART for any console I/O that I'm aware of. Any idea how to pinpoint the problem?
Thanks,
Jonathan