This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Internal_relocation error


Hi.
I am sorry if you see some encoded characters from my email. ( I am using the Outlook express and sending this message in plain text.)
 
I am porting the redboot to my SA-1110 board. I copied all the files of the assabet and modified them. Then I added my configuration to the ecos.db file.
By the way, I met the following errors while compiling.

arm-elf-gcc -Wp,-MD,vectors.tmp  -I/home/pkyoung/eCos/010215/ecos/redboot-garnet/install/include -I/home/pkyoung/eCos/010215/ecos/packages/hal/arm/arch/current -I/home/pkyoung/eCos/010215/ecos/packages/hal/arm/arch/current/src -I/home/pkyoung/eCos/010215/ecos/packages/hal/arm/arch/current/tests -I. -mcpu=strongarm1100 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -c -o /home/pkyoung/eCos/010215/ecos/redboot-garnet/install/lib/vectors.o /home/pkyoung/eCos/010215/ecos/packages/hal/arm/arch/current/src/vectors.S
make[1]: exit `/home/pkyoung/eCos/010215/ecos/redboot-garnet/hal/arm/arch/current' directory
Assembler messages:
/home/pkyoung/eCos/010215/ecos/redboot-garnet/install/include/cyg/hal/hal_platform_setup.h:118: Error: Internal_relocation (type 185) not fixed up (IMMEDIATE)
/home/pkyoung/eCos/010215/ecos/redboot-garnet/install/include/cyg/hal/hal_platform_setup.h:118: Error: Internal_relocation (type 185) not fixed up (IMMEDIATE) 


The line 118 is in the middle of _platform_setup1 macro.
Can anybody figure out the reason for the error?
Thanks in advance.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]