KDS300 link problem with directory names

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KDS300 link problem with directory names

Jump to solution
566 Views
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?

Labels (1)
Tags (1)
0 Kudos
1 Solution
451 Views
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

View solution in original post

0 Kudos
2 Replies
452 Views
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 Kudos
451 Views
dafodil
Contributor III

Thanks Erich!!

0 Kudos