This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiling for Motorola 68360 processor


I'm trying to compile a program for the Motorola 68360 processor. The
man page led me to believe that the `-mcpu32' option would do this.
But when I tried that, I received the following error:

cc1: error: invalid option `cpu32'

The following is output by `gcc --version':

gcc (GCC) 3.4.1 (Mandrakelinux 10.1 3.4.1-4mdk)

The man page mentioned configuring the compiler, but didn't say how.
Is that what I need do? If so, how?

-- 
Joshua Karstendick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]