Changes between Version 7 and Version 8 of Component/ARM7TDMI
- Timestamp:
- Jun 13, 2008, 1:12:17 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/ARM7TDMI
v7 v8 25 25 * svn import https://unisim.org/svn/devel/unisim_simulators 26 26 27 Finally you will have to set your soclib.conf file to compile correctly the ARM7TDMI component. Here you have an example of configuration:27 Finally 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: 28 28 {{{ 29 29 # -*- python -*- … … 67 67 ) 68 68 }}} 69 The 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 69 71 = Component definition = 70 72