View Single Post
Old 30 September 2018, 14:50   #11
guy lateur
Registered User
 
guy lateur's Avatar
 
Join Date: May 2017
Location: Belgium
Age: 50
Posts: 334
Thank you all for the help, much appreciated! I clearly needed to specify the target cpu and the syntax module. For some reason, I was expecting it to build every combination automatically. I'll adjust my first post with the solution shortly.

I do get a warning when compiling vasmm68k_madmac_win32.exe (using Leffmann's commands):
Code:
parse.c(1158): warning C4477: 'printf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
parse.c(1158): note: consider using '%zu' in the format string
But it does produce the .exe, so I'm guessing I can safely ignore this.

Also, the above mentioned procedure generates win32 executables. If somebody knows how to produce x64 binaries, I'll be happy to hear about it.
guy lateur is offline  
 
Page generated in 0.04393 seconds with 11 queries