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]

Redboot make tests fails.


Guys,
 I created a ecos.ecc file using
1. ecosconfig new pc redboot
2. edited it to accomodate the IP address changes.
3. Did make which worked fine I have a bin image. for floppy.
4. But when I tried make tests, It failed giving me the following error, can
any one tell me why it failed??

make[1]: Leaving directory `/home/vijay/rbaddress/hal/i386/generic/v2_0'
make -r -C hal/i386/pc/v2_0 tests
make[1]: Entering directory `/home/vijay/rbaddress/hal/i386/pc/v2_0'
make[1]: Nothing to be done for `tests'.
make[1]: Leaving directory `/home/vijay/rbaddress/hal/i386/pc/v2_0'
make -r -C hal/i386/pcmb/v2_0 tests
make[1]: Entering directory `/home/vijay/rbaddress/hal/i386/pcmb/v2_0'
make[1]: Nothing to be done for `tests'.
make[1]: Leaving directory `/home/vijay/rbaddress/hal/i386/pcmb/v2_0'
make -r -C io/pci/v2_0 tests
make[1]: Entering directory `/home/vijay/rbaddress/io/pci/v2_0'
i386-elf-gcc -g -nostdlib -Wl,--gc-sections -Wl,-static -L/home/vijay/rbaddr
ess/install/lib -Ttarget.ld -o
/home/vijay/rbaddress/install/tests/io/pci/v2_0/tests/pci1 tests/pci1.o
/home/vijay/rbaddress/install/lib/libtarget.a(redboot_main.o): In function
`bist':
/opt/ecos/ecos-2.0/packages/redboot/v2_0/src/main.c:625: multiple definition
of `cyg_start'
tests/pci1.o:/opt/ecos/ecos-2.0/packages/io/pci/v2_0/tests/pci1.c:448: first
defined here
/opt/ecos/gnutools/i386-elf/bin/../lib/gcc-lib/i386-elf/3.2.1/../../../../i3
86-elf/bin/ld: Warning: size of symbol `cyg_start' changed from 38 to 615 in
/home/vijay/rbaddress/install/lib/libtarget.a(redboot_main.o)
collect2: ld returned 1 exit status
make[1]: *** [/home/vijay/rbaddress/install/tests/io/pci/v2_0/tests/pci1]
Error 1
make[1]: Leaving directory `/home/vijay/rbaddress/io/pci/v2_0'
make: *** [tests] Error 2

Thanks for any help in advance.
-Vijay




-- 
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]