View Single Post
Old 30 September 2018, 14:58   #12
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,500
Quote:
Originally Posted by guy lateur View Post
Code:
make: *** No rule to make target 'cpus//cpu.h', needed by 'obj_win32/__vasm.o'.  Stop.
Does anyone have any idea what the problem might be, and what I can do to solve it? TIA!
A little bit of RTFM may help.
There is a chapter "Building vasm" in the documentation and there is also a short instruction on the home page here:
http://sun.hasenbraten.de/vasm/index.php?view=compile

In any case, as others already pointed out, you need to set the CPU and the SYNTAX variables for the make-process.

Quote:
Originally Posted by jotd View Post
Anyway building such complex programs on Windows is just hell. Even when you know what you're doing.
Working on Windows might be hell, but vasm is really just a simple, portable ANSI-C source, without any dependencies.
phx is offline  
 
Page generated in 0.06844 seconds with 11 queries