This is the mail archive of the gdb-patches@sourceware.org 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]

Build failed on [m32c-elf target/NO_TERMIOS host]


Hello,

I could build m32c-elf simulator with my patch already sent to this ML.
But I had the another build time error like follows.

- - - -
i386-pc-mingw32-gcc -g -O2 -D__USE_MINGW_ACCESS   -Wl,--stack,8388608   \
		-o gdb.exe gdb.o libgdb.a \
		  ../sim/m32c/libsim.a ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ./../intl/libintl.a -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a    -lz -lm   -liconv -lexpat ../libiberty/libiberty.a -lws2_32 gnulib/libgnu.a 
../sim/m32c/libsim.a(gdb-if.o): In function `sim_resume':
/Users/monaka/git/sourceforge.jp/tmp/sim/m32c/../../../pf3gnuchains4x/sim/m32c/gdb-if.c:632: undefined reference to `_m32c_sim_restore_console'
/Users/monaka/git/sourceforge.jp/tmp/sim/m32c/../../../pf3gnuchains4x/sim/m32c/gdb-if.c:632: undefined reference to `_m32c_sim_restore_console'
make[1]: *** [gdb.exe] Error 1
make: *** [all-gdb] Error 2
- - - -

This is a side effect by "2009-08-14  DJ Delorie  <dj@redhat.com>".

I guess this issue will be fixed by providing the dummy m32c_sim_restore_console. But I'm not certain.
Could anyone suggest how to fix?

--
Masaki Muranaka
Monami software



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