[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] parse error compiling FreeMint



Trecourt Nicolas a écrit :
ifload.c:81: parse error before `__CLOBBER_RETURN'
ifload.c:68: warning: `ret' might be used uninitialized in this function
make[3]: *** [ifload.o] Error 1

Hello.

I'm not familiar with that sources, but it seems that the definition of the __CLOBBER_RETURN macro is missing...

Since you are using GCC 2.95, you can unlock the situation by simply replacing the line:

		: __CLOBBER_RETURN("d0")
by
		: "d0",

Of course we should fix this problem in the right way instead.

--
Vincent Rivière