eth_to_serial_frdmk64f example does not compile

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

eth_to_serial_frdmk64f example does not compile

ソリューションへジャンプ
521件の閲覧回数
barrymcnamara
Contributor II

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?

ラベル(1)
タグ(1)
0 件の賞賛
1 解決策
381件の閲覧回数
barrymcnamara
Contributor II

It worked after I built C:\Freescale\KSDK_1.3.0\rtos\mqx\build\kds\workspace_frdmk64f\build_libs.wsd and all the projects in that working set as well as ksdk_mqx_lib_K64F12 so if anybody is trying to use this example be sure you have done that.

元の投稿で解決策を見る

1 返信
382件の閲覧回数
barrymcnamara
Contributor II

It worked after I built C:\Freescale\KSDK_1.3.0\rtos\mqx\build\kds\workspace_frdmk64f\build_libs.wsd and all the projects in that working set as well as ksdk_mqx_lib_K64F12 so if anybody is trying to use this example be sure you have done that.