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

Re: GDB for PC windows NT


\
> Set2:
> config
> host = i686-pc-cygwin
> target = powerpc-ibm-aix
> _
> I am getting undefined refrence to aix_process_lineos
> multiple undefined refrence to __imp__ctype  in readline.c ( Here problem is
> that this __imp___ctype is generated by gcc it is present only in .o file )
> So set2 is the one i require and i am stuck here.
> 

This isn't quite right.  Hopefully you aren't trying to run aix on your
target board (I really hope not).  The configuration you want is
target=powerpc-eabi, e.g. --target=powerpc-eabi.

-eric

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