This is the mail archive of the gcc@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]

Assembly (.s) file does not match Motorola .asm syntax


hi,
	I am using the following command line to generate the assembly file:
	c:\gnu\usr\bin\m68k-coff-gcc -S test.c
	Anyway, the .s file generated could not be assembled by other
assembley tool. The syntax in the file does not seem to be in Motorola
assembly format (.asm). How am I going to generate an .asm assembly file
through the GNU compiler tool?
	I am targeting for Motorola 68k Cold Fire (MC5206E) device. Thanks.
Regards,
Sang Beng


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