I'm getting this message: cannot find -lrt
context:
"C:\\Freescale\\CW MCU v10.5\\gnu\\bin\\mingw32-make" -j8 all
'Building target: Step1.elf'
'Executing target #22 Step1.elf'
'Invoking: ARM Ltd Windows GCC C Linker'
"C:/Freescale/CW MCU v10.5/Cross_Tools/arm-none-eabi-gcc-4_7_3/bin/arm-none-eabi-gcc" @"Step1.args" -o"Step1.elf"
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
collect2.exe: error: ld returned 1 exit status
mingw32-make: *** [Step1.elf] Error 1
It seems to have started after I loaded updates to 10.5 (which also broke CTL-X, CTL-C etc).
I did setup my project for no IO since I use my own tiny printf. I did check and the library selected is: ewl_noio
Any other ideas?