Hi,
I am trying to use the eth_to_serial example program for the FRDM-K64f. However, when I try to build the code, I get the following errror:
c:/freescale/kds_v3/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: cannot find -lksdk_platform_mqx
c:/freescale/kds_v3/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: cannot find -l_rtcs
c:/freescale/kds_v3/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: cannot find -l_nshell
c:/freescale/kds_v3/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: cannot find -l_mqx
c:/freescale/kds_v3/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: cannot find -l_mqx_stdlib
collect2.exe: error: ld returned 1 exit status
make: *** [eth_to_serial.elf] Error 1
makefile:41: recipe for target 'eth_to_serial.elf' failed
I have compiled the K64F platform library and have not changed anything about the example project. Does anybody know why this might be happening?