martin@... (Martin Blom) wrote on 27.06.2003:
Hi!
> > i686be-amithlon-gcc -noixemul -o hello hello.c
> >
> > Is there any chance to tell me what is missing?
>
> You need to use the '-r' flag too.
Thank you.
I don't know if the binary works but I get one now.
So I created an adapted makefile_x86 from my 68k makefile.
The first thing I noticed was that the compiler
works case-depandant, "#include <exec/types.h>" is not
the same than "#include <Exec/Types.h>".
Next thing is that "clib/graphics_protos.h" and
"graphics/gfxmacros.h" need some minor adjustment.
And then I quickly came to a stop when I encountered this:
DM.h:710: parse error before `StringHook'
DM.h:710: explicit register specification for parameters is not supported for
this target
Looks like I have to take a closer look on this "SDI_compiler.h"
and "SDI_hook.h" stuff...
Regards - Rudolph