mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-08 03:03:07 +08:00
fixed scons+keil compiling error in lpc2148 and lpc178x branches
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1897 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
844
bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cmFunc.h
Normal file
844
bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cmFunc.h
Normal file
File diff suppressed because it is too large
Load Diff
775
bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cmInstr.h
Normal file
775
bsp/lpc178x/CMSIS/CM3/CoreSupport/core_cmInstr.h
Normal file
File diff suppressed because it is too large
Load Diff
15
bsp/lpc2148/lpc2148_rom.sct
Normal file
15
bsp/lpc2148/lpc2148_rom.sct
Normal file
@@ -0,0 +1,15 @@
|
||||
; *************************************************************
|
||||
; *** Scatter-Loading Description File generated by uVision ***
|
||||
; *************************************************************
|
||||
|
||||
LR_IROM1 0x00000000 0x00080000 { ; load region size_region
|
||||
ER_IROM1 0x00000000 0x00080000 { ; load address = execution address
|
||||
*.o (RESET, +First)
|
||||
*(InRoot$$Sections)
|
||||
.ANY (+RO)
|
||||
}
|
||||
RW_IRAM1 0x40000000 0x00008000 { ; RW data
|
||||
.ANY (+RW +ZI)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ elif PLATFORM == 'armcc':
|
||||
LINK = 'armlink'
|
||||
TARGET_EXT = 'axf'
|
||||
|
||||
DEVICE = ' --device DARMSTM'
|
||||
DEVICE = ' --device DARMP'
|
||||
CFLAGS = DEVICE + ' --apcs=interwork'
|
||||
AFLAGS = DEVICE
|
||||
LFLAGS = DEVICE + ' --info sizes --info totals --info unused --info veneers --list rtthread-lpc2148.map --scatter lpc2148_rom.sct'
|
||||
|
||||
Reference in New Issue
Block a user