how can i compile C code for m68000 with gcc
ahmet fazil say <[email protected]>
| Newsgroups | org.kernel.vger.linux-assembly |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I am trying to compile C code for m680x0, but i can't.
i am using my P4 1.6ghz processor, gcc version 3.3.5 and using Debian Linux 3.
I tried
%gcc -b68000 .....
but it gave error
gcc-3.3: couldn't run `m68000-gcc-3.3.5': No such file or directory
than i tried
%gcc -o filex filex.c -m68000
again it gave error
cc1: error: invalid option `68000'
what must i do.