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

ソリューションへジャンプ
876件の閲覧回数
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 解決策
647件の閲覧回数
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 返答(返信)
648件の閲覧回数
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 件の賞賛
647件の閲覧回数
matherinewang
Contributor III

Thanks very much! the plugin can fix my problem.

0 件の賞賛