You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've followed the tutorial , and I've got an error on building :
17:54:56` **** Incremental Build of configuration Release for project genesis_world ****
"C:\\Users\\guill\\workspace\\megadrive\\SGDK\\bin\\make -f C:\\Users\\guill\\workspace\\megadrive\\SGDK\\makefile.gen" Release
Cannot run program "C:\Users\guill\workspace\megadrive\SGDK\bin\make -f C:\Users\guill\workspace\megadrive\SGDK\makefile.gen": Launching failed
Error: Program "C:\Users\guill\workspace\megadrive\SGDK\bin\make -f C:\Users\guill\workspace\megadrive\SGDK\makefile.gen" not found in PATH
C:\Users\guill\workspace\megadrive\SGDK is my GDK environment variable, path is good.
I've tried several things without any success.
I'm using Eclipse Version: 2022-03 (4.23) on Windows 11.
Can anyone help me please ?
The text was updated successfully, but these errors were encountered:
I had the same issue... I figured, it didn't like the whitespaces in the make command...
so I put this: "%GDK%/bin/make -f %GDK%/makefile.gen %*" into a batchfile (without whitespaces in its name) and let eclipse run it instead... seems to work...
Hi,
I've followed the tutorial , and I've got an error on building :
C:\Users\guill\workspace\megadrive\SGDK
is my GDK environment variable, path is good.I've tried several things without any success.
I'm using Eclipse Version: 2022-03 (4.23) on Windows 11.
Can anyone help me please ?
The text was updated successfully, but these errors were encountered: