Changes between Version 1 and Version 2 of Component/ARM966


Ignore:
Timestamp:
Jun 13, 2008, 1:24:03 PM (16 years ago)
Author:
gracia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/ARM966

    v1 v2  
    113113
    114114None, it is to the wrapper to provide them.
     115
     116= Compiling programs for ARM966 with SoClib =
     117
     118Before 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{{{
     120arm966_CC_PREFIX = armv5b-softfloat-linux-
     121arm966_CFLAGS = -nostdinc -gstabs+
     122arm966_LDFLAGS = -nostdlib
     123}}}