[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] compiler issues



Has any one recieved the following error when compiling a new application?

It has to do with the linker, I believe.

/home/jdwhite08/petalinux-v0.20-rc3/software/petalinux-dist/lib/libvenus.so(*ABS*+0x3954): multiple definition of `_DYNAMIC'
/home/jdwhite08/petalinux-v0.20-rc3/software/petalinux-dist/lib/libvenus.so: In function `_end':
domodify.cpp(*ABS*+0x3a70): multiple definition of `__bss_start'
domodify.cpp(*ABS*+0x3a70): multiple definition of `_edata'
/home/jdwhite08/petalinux-v0.20-rc3/software/petalinux-dist/lib/libvenus.so(*ABS*+0x39ec): multiple definition of `_GLOBAL_OFFSET_TABLE_'
/home/jdwhite08/petalinux-v0.20-rc3/software/petalinux-dist/lib/libvenus.so: In function `_end':
domodify.cpp(*ABS*+0x3a70): multiple definition of `_end'
/home/jdwhite08/petalinux-v0.20-rc3/tools/linux-i386/microblaze-uclinux-tools/bin/../lib/gcc/microblaze-uclinux/3.4.1/../../../../microblaze-uclinux/bin/ld: line 168:  8621 Segmentation fault      $LINKER $EMUL -r -d -o "$OFILE.elf2flt" $ARG1
collect2: ld returned 139 exit status
make: *** [usb_reader] Error 1



Thanks,

Jeff