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

RE: Error running remote gdb


> Here is how we build the gdb in our environment:
> First we edit the config.cache.emb file with the following statement:
> ac_cv_header_sys_reg_h=${ac_cv_header_sys_reg_h=no}
> ac_cv_lib_ncurses_tgetent=${ac_cv_lib_ncurses_tgetent=yes}
> srv_cv_thread_db=${srv_cv_thread_db="-lthread_db"}

Well, there is no file "config.cache.emb" in the public distro
nor in the fsf gdb repository, so who did you get that file from?

> Second we run the configure command as below:
> sh configure --prefix=/usr --cache-file=config.cache.emb
> --target=powerpc-linux-gnuspe --disable-sim

... and there is no target containing the string "gnuspe"
in any of our configure files.

>> By the way, what does "powerpc-linux-gnuspe"... mean?
> Our platform is based on MPC8541 powerpc processor from freescale.
> All of our toolchain have
> The "powerpc-linux-gnuspe" prefix for example the C compiler is:
> Powerpc-linux-gnuspe-gcc

Ah.  Well then, I assume these tools must have come from Freescale.

That's probably who you should be talking to.  This toolchain
is not in our version of gdb at all.


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