mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
changed load address
This commit is contained in:
@@ -62,8 +62,11 @@ endef
|
|||||||
RELOCADDR=0x00100000
|
RELOCADDR=0x00100000
|
||||||
|
|
||||||
START16FILE=$(PROJECT_RELEASE)/lib/start16.bin
|
START16FILE=$(PROJECT_RELEASE)/lib/start16.bin
|
||||||
START16ADDR=0x00097C00
|
#START16ADDR=0x00097C00
|
||||||
HEADERADDR=0x00097E00
|
#HEADERADDR=0x00097E00
|
||||||
|
# this may not be right but it accounts for a change in the .s file size.
|
||||||
|
START16ADDR=0x00097A00
|
||||||
|
HEADERADDR=0x00097E00
|
||||||
|
|
||||||
# The following are definitions of make-exe which will work using ld as
|
# The following are definitions of make-exe which will work using ld as
|
||||||
# is currently required. It is expected that as of gcc 2.8, the end user
|
# is currently required. It is expected that as of gcc 2.8, the end user
|
||||||
|
|||||||
Reference in New Issue
Block a user