This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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]

FW:Resend : gdb6.1: Problem in building for mips16


Pls some one try to solve my problem. How to build GDB for MIPS16?

-----Original Message-----
From: gdb-owner@sources.redhat.com [mailto:gdb-owner@sources.redhat.com]
On Behalf Of Monika Chaddha
Sent: Monday, June 21, 2004 3:26 PM
To: gdb@sources.redhat.com
Subject: gdb6.1: Problem in building for mips16

Hi all

I am trying to build gdb6.1 for mips16 target.

I am giving configure command as follows in the build directory.

[monika@gnuserver build]$ ../src/configure --target=mips16-elf
--prefix=/home/monika/gdb6.1/install/

After that I am running 'make all' but not able to build for mips16

I am getting following types of errors.

../../../src/sim/mips/mips.igen:3039: undefined reference to
`not_word_value'
libsim.a(m16_semantics.o)(.text+0x13aaf):../../../src/sim/mips/mips.igen
:3040:
ndefined reference to `unpredictable'
libsim.a(m16_semantics.o)(.text+0x13c88): In function
`m16_semantic_LDSP_RI64':
../../../src/sim/mips/mips.igen:1806: undefined reference to
`loadstore_ea'
libsim.a(m16_semantics.o)(.text+0x13eee): In function
`m16_semantic_SDSP_RI64':
../../../src/sim/mips/mips.igen:2621: undefined reference to
`loadstore_ea'
libsim.a(m16_semantics.o)(.text+0x140b7): In function
`m16_semantic_SDRASP_I64'
../../../src/sim/mips/mips.igen:2621: undefined reference to
`loadstore_ea'
libsim.a(m16_semantics.o)(.text+0x1447e): In function
`m16_semantic_LDPC_RI64':
../../../src/sim/mips/mips.igen:1806: undefined reference to
`loadstore_ea'
libsim.a(m16_semantics.o)(.text+0x1651b): In function `m16_do_ddiv':
../../../src/sim/mips/mips.igen:1216: undefined reference to
`check_div_hilo'
libsim.a(m16_semantics.o)(.text+0x1663f): In function `m16_do_ddivu':
../../../src/sim/mips/mips.igen:1261: undefined reference to
`check_div_hilo'
libsim.a(m16_semantics.o)(.text+0x1674f): In function `m16_do_div':
../../../src/sim/mips/mips.igen:1301: undefined reference to
`check_div_hilo'
libsim.a(m16_semantics.o)(.text+0x16863): In function `m16_do_divu':
../../../src/sim/mips/mips.igen:1345: undefined reference to
`check_div_hilo'
libsim.a(m16_semantics.o)(.text+0x1699a): In function `m16_do_dmultx':
../../../src/sim/mips/mips.igen:1394: undefined reference to
`check_mult_hilo'
collect2: ld returned 1 exit status
make[2]: *** [run] Error 1
make[2]: Leaving directory `/home/monika/gdb6.1/build/sim/mips'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/monika/gdb6.1/build/sim'
make: *** [all-sim] Error 2

Am I wrong anywhere? Can anyone help me in this regard?

Regards
Monika



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