Results 1 to 2 of 2
hi every one,
I'm trying to port binutils to a new architecture.
I have changed and created necessary files for this. The configure commad run succusfuly.
but when I tried ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-18-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 1
binutils error building
hi every one,
I'm trying to port binutils to a new architecture.
I have changed and created necessary files for this. The configure commad run succusfuly.
but when I tried to run make I find probems. the error msg is:
../bfd/.libs/libbfd.a(archures.o)(.rodata+0x0): In function `bfd_printable_name':
../../binutils-2.18/bfd/archures.c:595: undefined reference to `bfd_sseq32_arch'
../bfd/.libs/libbfd.a(targets.o)(.data+0x10): In function `find_target':
../../binutils-2.18/bfd/targets.c:1294: undefined reference to `sseq32_vec'
../bfd/.libs/libbfd.a(targets.o)(.rodata+0x0):../../binutils-2.18/bfd/targets.c:1290: undefined reference to `sseq32_vec'
../bfd/.libs/libbfd.a(targets.o)(.rodata+0x4
:../../binutils-2.18/bfd/targets.c:1303: undefined reference to `sseq32_vec'
collect2: ld returned 1 exit status
make[4]: *** [size] Error 1
make[4]: Leaving directory `/home/berkania/sseq32/build_binutils/binutils'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/berkania/sseq32/build_binutils/binutils'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/berkania/sseq32/build_binutils/binutils'
make[1]: *** [all-binutils] Error 2
make[1]: Leaving directory `/home/berkania/sseq32/build_binutils'
make: *** [all] Error 2
can some one help me please ?
- 05-20-2010 #2


Reply With Quote

