-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Cannot make examples' makefile #29
Comments
Yeah, as said in the Makefile, "Assume Windows; it is a simple matter to run make under wine". So run ZDS' BTW, you'll have to download the .zip from the Releases, not clone the repo. |
You must use the make.exe provided in the CEdev/bin folder running under wine since this is mainly supported for windows. Using the absolute path usually works the best. |
My apologies for not reading the documentation more thoroughly. Using wine and building with the included make.exe worked. |
Oh, you're fine :) It's not exactly a well documented toolchain yet :P |
$PATH
: /Users/alexgustafsson/Documents/Apps/Calculator/CEdev/bin$CEDEV
: /Users/alexgustafsson/Documents/Apps/Calculator/CEdevRunning
make
yields various (similar) errors:Graphics demo 3:
Graphics demo 2:
Keypad demo 0:
The text was updated successfully, but these errors were encountered: