Changes between Version 10 and Version 11 of Component/ARM7TDMI


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/ARM7TDMI

    v10 v11  
    113113
    114114None, it is to the wrapper to provide them.
     115
     116= Compiling programs for ARM7TDMI with SoClib =
     117
     118Before 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{{{
     120arm7tdmi_CC_PREFIX = armv5b-softfloat-linux-
     121arm7tdmi_CFLAGS = -nostdinc -gstabs+
     122arm7tdmi_LDFLAGS = -nostdlib
     123}}}