Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error building with Eclipse #248

Open
Pilou44 opened this issue Apr 7, 2022 · 1 comment
Open

Error building with Eclipse #248

Pilou44 opened this issue Apr 7, 2022 · 1 comment

Comments

@Pilou44
Copy link

Pilou44 commented Apr 7, 2022

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 ?

@komadori82
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants