Changes between Version 10 and Version 11 of Component/ARM7TDMI
- Timestamp:
- Jun 13, 2008, 1:25:31 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/ARM7TDMI
v10 v11 113 113 114 114 None, it is to the wrapper to provide them. 115 116 = Compiling programs for ARM7TDMI with SoClib = 117 118 Before compiling a program for the ARM7TDMI with the SoClib framework you will need to define some system variables (usually on the ~/.soclib/soft_compilers.conf) needed to find the ARM compiler. Below you have an example: 119 {{{ 120 arm7tdmi_CC_PREFIX = armv5b-softfloat-linux- 121 arm7tdmi_CFLAGS = -nostdinc -gstabs+ 122 arm7tdmi_LDFLAGS = -nostdlib 123 }}}