Set up GNU ARM embedded system development environment.

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.

你可能感兴趣的:(assembly,application,System,UP,makefile,linker)