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]

Re: problems with GCC-3.2.1 and new/delete operators.


marco at sitek dot it wrote:
Hello. I am experiencing problems with new/delete/GCC-3.2.1 and would need some suggestions.
[snip]
(...cut...)
make[1]: Entering directory `/ecos/work-new/ooicu/icu/src/ftp/server'
mipsisa32-elf-gcc -EL -msoft-float -nostartfiles -L../../../../icu/lib/release -L/ecos/work-new//complete_scm40_install/lib -Wl,--gc-sections -fno-exceptions -fno-rtti -nostdlib -o release/ftp.exe release/ftpmain.o -lutils -lftp -lplatform -Ttarget.ld -nostdlib
/tools/mipsisa32-elf/bin/../lib/gcc-lib/mipsisa32-elf/3.2.1/../../../../mipsisa32-elf/bin/ld: warning: no memory region specified for section `.gnu.linkonce.s._ZTISt9exception'
[snip lots more]

Looks like the memory layout files (particularly the .ldi file) for your platform doesn't contain all the sections it should. Compare against another one that's already working like the atlas HAL.

Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


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


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