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

Cannot make examples' makefile #29

Closed
AlexGustafsson opened this issue Oct 20, 2016 · 4 comments
Closed

Cannot make examples' makefile #29

AlexGustafsson opened this issue Oct 20, 2016 · 4 comments

Comments

@AlexGustafsson
Copy link

  • macOS 10.12.1-beta (16B2338c),
  • latest version of the repository
  • GNU Make 3.81
  • $PATH: /Users/alexgustafsson/Documents/Apps/Calculator/CEdev/bin
  • $CEDEV: /Users/alexgustafsson/Documents/Apps/Calculator/CEdev

Running makeyields various (similar) errors:

Graphics demo 3:

/bin/sh: @\Users\alexgustafsson\Documents\Apps\Calculator\CEdev\bin\eZ80asm: command not found
/bin/sh: src;UsersalexgustafssonDocumentsAppsCalculatorCEdev.: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevinclude: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevincludeasm: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevincludelibce: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevincludelibstd: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevlibcegraphx: command not found
make: *** [obj/cstartup.obj] Error 127

Graphics demo 2:

/bin/sh: @\Users\alexgustafsson\Documents\Apps\Calculator\CEdev\bin\eZ80asm: command not found
/bin/sh: src;srcgfx;UsersalexgustafssonDocumentsAppsCalculatorCEdev.: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevinclude: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevincludeasm: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevincludelibce: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevincludelibstd: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevlibcegraphx: command not found
make: *** [obj/cstartup.obj] Error 127

Keypad demo 0:

/bin/sh: @\Users\alexgustafsson\Documents\Apps\Calculator\CEdev\bin\eZ80asm: command not found
/bin/sh: src;UsersalexgustafssonDocumentsAppsCalculatorCEdev.: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevinclude: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevincludeasm: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevincludelibce: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevincludelibstd: command not found
/bin/sh: UsersalexgustafssonDocumentsAppsCalculatorCEdevlibcekeypadc: command not found
make: *** [obj/cstartup.obj] Error 127
@AlexGustafsson AlexGustafsson changed the title Cannot create makefile Cannot make makefile Oct 20, 2016
@AlexGustafsson AlexGustafsson changed the title Cannot make makefile Cannot make examples' makefile Oct 20, 2016
@adriweb
Copy link
Member

adriweb commented Oct 20, 2016

Yeah, as said in the Makefile, "Assume Windows; it is a simple matter to run make under wine".
And I can confirm that the Makefiles work on Linux and Mac when using wine (at least some version from some time ago, but it should still be fine now).

So run ZDS' make under wine and let us know how that works :)
I have Sierra too so I should be able to try, but I'm a bit busy right now... maybe later.

BTW, you'll have to download the .zip from the Releases, not clone the repo.

@mateoconlechuga
Copy link
Member

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.

@AlexGustafsson
Copy link
Author

My apologies for not reading the documentation more thoroughly. Using wine and building with the included make.exe worked.

@mateoconlechuga
Copy link
Member

Oh, you're fine :) It's not exactly a well documented toolchain yet :P

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

No branches or pull requests

3 participants