I'm trying to cross compile Qt on my Windoze laptop under Cygwin, but I run into problems very fast.
I get this output:
c++ ...bla... animation/qabstractanimation.cpp
bla...: assembler messages:
141: Error: no such instruction: 'lwarx %ebx,0,%eax'
142: Error: no such instruction: 'addi %ecx,%ebx,$1'
...etc...
So I guess something is wrong with my assembler?
Does someone have a working ppc-amigaos-as for Cygwin??
EDIT: I am using the binaries from ZeroHero.
EDITEDIT: Sorry, I was using c++ instead of ppc-amigaos-c++... Doh!