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

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

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

跳至解决方案
888 次查看
matherinewang
Contributor III

Hi guys,

 

I new a kinetis project using PE and SDK1.2 in KDS3.0, and copy lwip module into my project, after i add the include path for lwip and build the project, but failed as:

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

I am suprised about the build error that why sl_uart_driver.o not fsl_uart_driver.o?

I've attached my entire project here.  Can anyone at FSL please take a look at it, thanks.

Original Attachment has been moved to: K64Processors_PE_SDK.7z.zip

标签 (1)
0 项奖励
1 解答
659 次查看
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello matherine wang:

Your project includes a lot of files and it seems you are hitting the Windows 8192 character limit. Please see this tutorial for the fix from colleague Erich Styger:

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

I think the fixed plugin will be implemented in the next KDS version.


Regards!,
Jorge Gonzalez

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
2 回复数
660 次查看
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello matherine wang:

Your project includes a lot of files and it seems you are hitting the Windows 8192 character limit. Please see this tutorial for the fix from colleague Erich Styger:

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

I think the fixed plugin will be implemented in the next KDS version.


Regards!,
Jorge Gonzalez

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
659 次查看
matherinewang
Contributor III

Thanks very much! the plugin can fix my problem.

0 项奖励