Changes between Version 1 and Version 2 of Component/ARM966
- Timestamp:
- Jun 13, 2008, 1:24:03 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/ARM966
v1 v2 113 113 114 114 None, it is to the wrapper to provide them. 115 116 = Compiling programs for ARM966 with SoClib = 117 118 Before compiling a program for the ARM966 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 arm966_CC_PREFIX = armv5b-softfloat-linux- 121 arm966_CFLAGS = -nostdinc -gstabs+ 122 arm966_LDFLAGS = -nostdlib 123 }}}