KDS linker process fault

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

KDS linker process fault

跳至解决方案
658 次查看
pietrodicastri
Senior Contributor II

Good morning

I have a project, and the linking process is looking for a wrong file. 

The project has the SDK 1.3 included as source code, not a library. the compilation goes straight but the linker is looking for the  fl_gpio_driver.o in place of the fsl_gpio_driver.o . I don t understand where this name is coming from.

In the attached video a view of the what it is happening...

 

Needed help

 

Thank You

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

Yes, there is a limit of 8192 characters on Windows (see https://mcuoneclipse.com/2015/03/29/solving-the-8192-character-command-line-limit-on-windows/ ). KDS V3.2.0 has that solution included, so you can use longer than 8192 command lines to the GNU tools. As an FYI, there is still an issue if you do a 'clean' command, but you can manually delete the output files if needed.

I hope this helps,

Erich

在原帖中查看解决方案

0 项奖励
4 回复数
539 次查看
pietrodicastri
Senior Contributor II

I am trying to play removing from the building some files. The problem changes but still problem.

Now I dump the command line of the linker in the attached file, with the error message.

There is no sense. it seems it is looking for a file path not in the command line. "platfrm" in place of "platform"

Is there a limit in the length of the command line ???

Maybe too long ??

0 项奖励
540 次查看
BlackNight
NXP Employee
NXP Employee

Yes, there is a limit of 8192 characters on Windows (see https://mcuoneclipse.com/2015/03/29/solving-the-8192-character-command-line-limit-on-windows/ ). KDS V3.2.0 has that solution included, so you can use longer than 8192 command lines to the GNU tools. As an FYI, there is still an issue if you do a 'clean' command, but you can manually delete the output files if needed.

I hope this helps,

Erich

0 项奖励
539 次查看
pietrodicastri
Senior Contributor II

I installed the 3.2.0 

The linking is proceeding...

Thank You

0 项奖励
539 次查看
pietrodicastri
Senior Contributor II

Thank You, Always quick to help..

I have now the KDS 3.0.0.

I need to update to go further...???

0 项奖励