[Klone-users] First compilation error with 2.1.1rc10 and m68k

thomas fossati tho at koanlogic.com
Thu Oct 2 10:57:18 EDT 2008


Hi Mickaël,

va_copy is a C99 macro and older compiler (as GCC < 3) may not  
implement it.

On Oct 2, 2008, at 11:38 AM, Mickael Auger wrote:
> My Makefile is :
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> KLONE_VERSION = 2.1.1rc10
> KLONE_CUSTOM_TC = $(CURDIR)/m68k-elf.tc
> WEBAPP_DIR = $(CURDIR)/webapp
> include klapp.mk
> klapp.mk: ; wget -O $@ http://koanlogic.com/klone/klapp.mk
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Could you please try to see if the attached patch works ?  As usual  
copy it at the same level as Makefile and add:

KLONE_TARGET_PATCH_FILE += $(CURDIR)/va_copy.patch

ciao, t.

-------------- next part --------------
Skipped content of type multipart/mixed


More information about the klone-users mailing list