How do I fix the error code U1000 in Visual Studio 2019 NMAKE?

174 Views Asked by At

I recently decided to get into Nintendo DS programming, so downloaded devkitPro, which uses makefiles. When attempting to build a copy of a "hello_world" project, I get this error:

U1000   syntax error : ')' missing in macro invocation

This line is the culprit:

ifeq ($(strip $(DEVKITARM)),)

I copied the makefile from this example in devkitPro: ..\devkitPro\examples\nds\hello_world\Makefile
Having never used NMAKE or makefiles before, and not seeing any missing ')'s, I have no idea how to fix this issue, so any help would be appreciated.

0

There are 0 best solutions below