Changes between Version 7 and Version 8 of Component/ARM7TDMI


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/ARM7TDMI

    v7 v8  
    2525 * svn import https://unisim.org/svn/devel/unisim_simulators
    2626
    27 Finally you will have to set your soclib.conf file to compile correctly the ARM7TDMI component. Here you have an example of configuration:
     27Finally you will have to set your soclib.conf (source:trunk/soclib/utils/conf/soclib.conf) file to compile correctly the ARM7TDMI component. Here you have an example of configuration that correctly sets the flags to compile ARM7TDMI:
    2828{{{
    2929# -*- python -*-
     
    6767        )
    6868}}}
     69The flags you will need to compile the ARM7TDMI component are: -DSOCLID and -D__STDC_CONSTANT_MACROS. In the previous example you can see that the default toolchain has been augmented to define those flags.
     70
    6971= Component definition =
    7072