Installation of ARM C Cross Compiler (GNUARM 3.4.3) in Linux
Installation of ARM C Cross Compiler (GNUARM 3.4.3) in Linux
3) in Linux
------------------------------------------------------------------------------------
1. start.s (ASM File) - Load the Base Address of our application / program to be
download into ARM 7.
2. app_main.c (Our C Program)
3. target.ld (Loader File) - ARM7 Board configuration file.
root@IOTA /led_on/# ls
root@IOTA /led_on/# ls
root@IOTA /led_on/# ls