KDS300 link problem with directory names

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

KDS300 link problem with directory names

跳至解决方案
598 次查看
dafodil
Contributor III

Hi,

 

I am trying to compile a project made with kds200, I used migration tool, and change arm libs.

 

I got this error below: the same as KDS200, the only solution I found: I make a copy and rename directory.

 

arm-none-eabi-g++: error: ./SDK/plaform/drivers/src/enet/fsl_enet_driver.o: No such file or directory

 

instead of:

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

 

Do you know any other solution?

标签 (1)
标记 (1)
0 项奖励
1 解答
483 次查看
BlackNight
NXP Employee
NXP Employee

Is this on Windows?

If randomly characters get removed in the link phase (command line passed to the linker), then this is a sign that you execeed that magical 8192 character limit on Windows.

If this is the case, then I recommend that you have a read here:

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

which proposes to use an updated make utility.

I hope this helps,

Erich

在原帖中查看解决方案

0 项奖励
2 回复数
484 次查看
BlackNight
NXP Employee
NXP Employee

Is this on Windows?

If randomly characters get removed in the link phase (command line passed to the linker), then this is a sign that you execeed that magical 8192 character limit on Windows.

If this is the case, then I recommend that you have a read here:

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

which proposes to use an updated make utility.

I hope this helps,

Erich

0 项奖励
483 次查看
dafodil
Contributor III

Thanks Erich!!

0 项奖励