Welcome, Guest. Please login or register.

Author Topic: assembler related error using GCC  (Read 2089 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline cycloidTopic starter

  • Full Member
  • ***
  • Join Date: Jun 2002
  • Posts: 155
    • Show all replies
assembler related error using GCC
« on: November 16, 2003, 11:00:56 PM »
Adoom is the only amiga doom port that i have the source for. i've managed to combine features of the linux makefile with the sas_c makefile and get one going. but now i'm stuck at what appears to be an assembler related error. and i know nothing about assembler (yet!)

it says, something along the lines of

parse error before __asm ...

e.g. void __asm functionheader( args, etc)


eventually i want to get prboom ported to the good old 68k :-)
 

Offline cycloidTopic starter

  • Full Member
  • ***
  • Join Date: Jun 2002
  • Posts: 155
    • Show all replies
Re: assembler related error using GCC
« Reply #1 on: November 21, 2003, 10:07:28 PM »
i solved the problem in a way similar to what you describe. using a header file that defines macros for each compiler. i mention this in my other gcc/asm thread heh