sameer sinha wrote:
hello, Please can any one tell me how to bulid gcc newer version for generating code for i960MC processor. is there any switch to generate coed for i960MC or i will have to build it first for target i960. Right now i am using Linux i686.Pleasee help me. And also tell me whether it's possible to generate i960Mc code for language Ada95 or it is only possible for language "C" ???????
The mailing list for help with using GCC is gcc-help@xxxxxxxxxxxx The gcc@xxxxxxxxxxx mailing list is only for discussions about development of the compiler itself. I have copied this message to gcc-help for you.
Briefly, though: You will need to build a cross-compiler for i960. The cross-compiler will support all of the languages that you enable when building it, including Ada if you enable that. See the installation documentation for more details.
- Brooks