Changes between Version 11 and Version 12 of Component/ARM7TDMI
- Timestamp:
- Jun 13, 2008, 1:26:01 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/ARM7TDMI
v11 v12 13 13 = IMPORTANT: steps to apply before using the ARM7TDMI = 14 14 15 Before compiling any SoClib simulator using the ARM7TDMI you will need to download the UNISIM ( [http:\\www.unisim.org]) library (well, just a piece of it, the unisim_lib).15 Before compiling any SoClib simulator using the ARM7TDMI you will need to download the UNISIM (http:\\www.unisim.org) library (well, just a piece of it, the unisim_lib). 16 16 17 17 To do so just download it using svn from [https://unisim.org/svn/devel/unisim_lib] with the following command: … … 121 121 arm7tdmi_CFLAGS = -nostdinc -gstabs+ 122 122 arm7tdmi_LDFLAGS = -nostdlib 123 123 124 }}}