Incorrect object file name

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Incorrect object file name

812 次查看
dianelocke
Contributor I

My MQX KSDK MK22FN512-based application no longer links after I used processor expert to add the MSD USB class. The addition required that I switch from MQX Lite to MQX Standard configuration. All of the modules compile but I see the following linker error:

 

arm-none-eabi-g++: error: ./SDK/platform/drivers/src/gpio/fsl_gpi_driver.o: No such file or directory

arm-none-eabi-g++: error:

 

make: *** [control_sw.elf] Error 1

 

The file fsl_gpio_driver.o does exist and is included in the linker command.

 

I cannot find any reference in my project to the improperly spelled filename.

 

Any ideas?

 

I am using KDS 3.0.0, KSDK 1.2.0.

 

Thanks,

Diane

标签 (1)
0 项奖励
回复
1 回复

733 次查看
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Diane Locke:

That is most probably caused by the large number of files to link and a KDS known issue. Please see the next tutorial by colleague Erich Styger about the fix:

Solving the 8192 Character Command Line Limit on Windows | MCU on Eclipse

Regards!

Jorge Gonzalez

0 项奖励
回复