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: error when compiling source from CVS


Some explanation.
I discovery, that when i do not remove with ecosconfig any package, all build complete fine.
But if i remove CYGPKG_DEVS_ETH_INTEL_I82559, problem below happened.
Any idea?



Nickolay wrote:


Hallo!

checkout ecos source from CVS.
Does:
ecosconfig new ixdp425 redboot
ecosconfig import ../packages/hal/arm/xscale/ixdp425/current/misc/redboot_ROMLE.ecm
ecosconfig remove CYGPKG_DEVS_ETH_ARM_IXDP425_I82559
ecosconfig remove CYGPKG_DEVS_ETH_INTEL_I82559
ecosconfig remove CYGPKG_IO_PCI
ecosconfig tree


Then make.

.... make processing skipped....

xscale_le-gcc -c -I/home/nickolay/ecos/build1/install/include -I/home/nickolay/ecos/packages/redboot/current -I/home/nickolay/ecos/packages/redboot/current/src -I/home/nickolay/ecos/packages/redboot/current/tests -I. -finline-limit=7000 -mcpu=xscale -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -mapcs-frame -o /home/nickolay/ecos/build1/install/lib/version.o /home/nickolay/ecos/packages/redboot/current/src/version.c
cc1: warning: "-Woverloaded-virtual" is valid for C++ but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
xscale_le-gcc -mcpu=xscale -Wl,--gc-sections -Wl,-static -g -O2 -nostdlib -L/home/nickolay/ecos/build1/install/lib -Ttarget.ld -o /home/nickolay/ecos/build1/install/bin/redboot.elf /home/nickolay/ecos/build1/install/lib/version.o
/opt/montavista/previewkit/arm/xscale_le/bin/../lib/gcc-lib/armv5tel-hardhat-linux/3.3.1/../../../../armv5tel-hardhat-linux/bin/ld: warning: no memory region specified for section `.got'
/opt/montavista/previewkit/arm/xscale_le/bin/../lib/gcc-lib/armv5tel-hardhat-linux/3.3.1/../../../../armv5tel-hardhat-linux/bin/ld: warning: no memory region specified for section `.got.plt'
/opt/montavista/previewkit/arm/xscale_le/bin/../lib/gcc-lib/armv5tel-hardhat-linux/3.3.1/../../../../armv5tel-hardhat-linux/bin/ld: section .got [50024050 -> 50024053] overlaps section .data [50024000 -> 50024e23]
/opt/montavista/previewkit/arm/xscale_le/bin/../lib/gcc-lib/armv5tel-hardhat-linux/3.3.1/../../../../armv5tel-hardhat-linux/bin/ld: section .got.plt [50024054 -> 5002405f] overlaps section .data [50024000 -> 50024e23]
collect2: ld returned 1 exit status
make[1]: *** [/home/nickolay/ecos/build1/install/bin/redboot.elf] Ошибка 1
make[1]: Leaving directory `/home/nickolay/ecos/build1/redboot/current'
make: *** [build] Ошибка 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]