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]

Re: Add new machine(sim) to the gdb tool chain


> Hello all.
> 
> I want to add new machine(simulator) to this gnu tool chain.
> At first, i modify the configure file in the binutils source code directory.
> And, i add new machine name "mytest" .
> After that ,when i configure the soure code ,it show this error message:
> 
> checking target system type... Invalid configuration `mytest-elf': machine 
> `mytest' not recognized
> 
> How can i do? Then,i can configure my new machine with those tool chains. (ex:
>  binutils gcc newlib gdb)

You'll need to modify files like:
gdb/configure.tgt
bfd/config.bfd
which are called by the corresponding */configure script.

Andrew



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