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]
Other format: [Raw text]

not within region rom


hi!
i am trying to build an redboot image for ixp425 , grg processor .Iam
new to this field and hence iam finding it hard to debug at the moment.
iam getting the following error for my compilation. It says that the
.text,.rodata, .fini,.fixup,.gcc_except_table ,.mmu_tables is not within
region rom. 
Please let me know, what is to be done.
regards
-----------------------------------------------------------------------
 cc1: warning: "-Woverloaded-virtual" is valid for C++ but not for
C/ObjC
cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
cc1: warning: "-fvtable-gc" is valid for C++ but not for C/ObjC
xscale-elf-gcc -mbig-endian -Wl,--gc-sections -Wl,-static -g -O2
-nostdlib -L/src/redboot-intel-xscale-030618/http/install/lib
-Ttarget.ld -o
/src/redboot-intel-xscale-030618/http/install/bin/redboot.elf
/src/redboot-intel-xscale-030618/http/install/lib/version.o
/opt/H-i686-pc-linux-gnulibc2.2/bin/../lib/gcc-lib/xscale-elf/RedHat-3.3/../../../../xscale-elf/bin/ld: address 0x500451b8 of /src/redboot-intel-xscale-030618/http/install/bin/redboot.elf section .text is not within region rom
/opt/H-i686-pc-linux-gnulibc2.2/bin/../lib/gcc-lib/xscale-elf/RedHat-3.3/../../../../xscale-elf/bin/ld: address 0x500451b8 of /src/redboot-intel-xscale-030618/http/install/bin/redboot.elf section .fini is not within region rom
/opt/H-i686-pc-linux-gnulibc2.2/bin/../lib/gcc-lib/xscale-elf/RedHat-3.3/../../../../xscale-elf/bin/ld: address 0x50048c20 of /src/redboot-intel-xscale-030618/http/install/bin/redboot.elf section .rodata is not within region rom
/opt/H-i686-pc-linux-gnulibc2.2/bin/../lib/gcc-lib/xscale-elf/RedHat-3.3/../../../../xscale-elf/bin/ld: address 0x50048c20 of /src/redboot-intel-xscale-030618/http/install/bin/redboot.elf section .rodata1 is not within region rom
/opt/H-i686-pc-linux-gnulibc2.2/bin/../lib/gcc-lib/xscale-elf/RedHat-3.3/../../../../xscale-elf/bin/ld: address 0x50048c20 of /src/redboot-intel-xscale-030618/http/install/bin/redboot.elf section .fixup is not within region rom
/opt/H-i686-pc-linux-gnulibc2.2/bin/../lib/gcc-lib/xscale-elf/RedHat-3.3/../../../../xscale-elf/bin/ld: address 0x50048c20 of /src/redboot-intel-xscale-030618/http/install/bin/redboot.elf section .gcc_except_table is not within region rom
/opt/H-i686-pc-linux-gnulibc2.2/bin/../lib/gcc-lib/xscale-elf/RedHat-3.3/../../../../xscale-elf/bin/ld: address 0x50050000 of /src/redboot-intel-xscale-030618/http/install/bin/redboot.elf section .mmu_tables is not within region rom
collect2: ld returned 1 exit status
make[1]: ***
[/src/redboot-intel-xscale-030618/http/install/bin/redboot.elf] Error 1
make[1]: Leaving directory
`/src/redboot-intel-xscale-030618/http/redboot/current'
make: *** [build] Error 2





-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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