Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Example Makefile Errors #4

Open
MatthewCallis opened this issue Aug 10, 2014 · 1 comment · Fixed by jmle/gbdk#1
Open

Example Makefile Errors #4

MatthewCallis opened this issue Aug 10, 2014 · 1 comment · Fixed by jmle/gbdk#1

Comments

@MatthewCallis
Copy link

Makefiles in the examples are wrong:

CC  = ../../../gbdk-support/lcc/lcc -Wa-l -Wl-m -Wl-j

should be

CC  = ../../bin/lcc -Wa-l -Wl-m -Wl-j
@x43x61x69
Copy link

Should be CC = ../../../bin/lcc -Wa-l -Wl-m -Wl-j

CH3COOH added a commit to CH3COOH/gbdk that referenced this issue Oct 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants