我现在是在用ti-sdk-am335x-evm-08.00.00.00交叉编译我的应用程序,编译是没什么问题,但我在AM335x中运行时出现-sh: ./main.elf: not found 的问题,我以前用的是ti-sdk-am335x-evm-05.04.01.00-Linux-x86-Install,不知道是版本不对,还是我交叉编译配置的环境不对,我感觉是动态或者静态库环境没配置好,但不知道怎么配置,麻烦指导,谢谢!!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我现在是在用ti-sdk-am335x-evm-08.00.00.00交叉编译我的应用程序,编译是没什么问题,但我在AM335x中运行时出现-sh: ./main.elf: not found 的问题,我以前用的是ti-sdk-am335x-evm-05.04.01.00-Linux-x86-Install,不知道是版本不对,还是我交叉编译配置的环境不对,我感觉是动态或者静态库环境没配置好,但不知道怎么配置,麻烦指导,谢谢!!
先把编译工作的路径写入到path路径中,然后按照下面链接中的指导来编译就好了。8.0 SDK中的东西都是完善的,不需要从5.4中导入什么东西。
编译UBOOT:http://processors.wiki.ti.com/index.php/Linux_Core_U-Boot_User%27s_Guide
编译kernel:http://processors.wiki.ti.com/index.php/Linux_Kernel_Users_Guide