Set up GNU ARM embedded system development environment.

陆啸
2023-12-01

1. Install ELDK (VMware guest: Ubuntu 11.4)    

http://processors.wiki.ti.com/index.php/ELDK_usage

 

2. Setup shared folder (host & guest)

-------------------------------------------------------------------------

ELDK:

1. Init env.

source ./init_eldk arm

2. Implement: assembly & C

./eldk/usr/src/u-boot/

./eldk/usr/src/usr-app/

 

3. Write linker file, Makefile

 

4. Ready to build user application

 

5. Copy elf file to host, and debug on target.

 类似资料:

相关阅读

相关文章

相关问答