hi Scott!
>Yes, this is the option you will need. The concept is the same: you need to >add a "nios" entry to the config.sub script.
This is the text from the config.sub file:
amigaos | amigados)
basic_machine=m68k-cbm
os=-amigaos
;;
amigaunix | amix)
basic_machine=m68k-cbm
os=-sysv4
;;
apollo68)
basic_machine=m68k-apollo
os=-sysv
The first question is:I dare not to edit the file easily!
How can I made the configure script knows what "basic machine" it's using ?
>reason you need to set CPPFLAGS and LDFLAGS in your environment
Excuse me to ask you:how can I do this?