On Thu, Mar 29, 2001 at 08:59:56PM -0500, olliecat wrote:
> I keep getting an error "as: unrecognized option '-mno-68881'" when I do
> the compile. I believe this is because 'as' is trying to assemble for the
> motorola 68881 palm processor.
It's a m68k family specific option, and you're getting the error because
you're in fact giving the option to your x86 native assembler, which of
course doesn't understand it.
> or should it by default and maybe I
> have some sort of PATH problem?
Indeed it should get the right one by default. What output do you get
when you run these two commands?
m68k-palmos-gcc -print-prog-name=as
m68k-palmos-gcc -print-search-dirs
John
_______________________________________________
Pilot-unix mailing list
[EMAIL PROTECTED]
http://hcirisc.cs.binghamton.edu/mailman/listinfo/pilot-unix