OtherCrashOverride / go-play

Retro emulation for the ODROID-GO
https://www.hardkernel.com/shop/odroid-go/
218 stars 72 forks source link

make fails #24

Closed bornhaeusser closed 6 years ago

bornhaeusser commented 6 years ago

Hi, i want to make some new bin files out of this source. I intalled the Toolchain etc. how in this tutorial on the wiki site.

$ make flash monitor CC build/gnuboy/mem.o C:/msys32/home/db/OdroidGo/Firmware/gnuboy-go/components/gnuboy/mem.c:17:38: fatal error: ../odroid/odroid_display.h: No such file or directory compilation terminated. make[1]: [/home/db/esp/esp-idf/make/component_wrapper.mk:286: mem.o] Fehler 1 make: [C:/msys32/home/db/esp/esp-idf/make/project.mk:468: component-gnuboy-build] Fehler 2

OtherCrashOverride commented 6 years ago

The reason it fails is because that directory is symlinked. Windows does not support symlinks. You will need to build on Linux or Mac. You can try building on Linux in a virtual machine on Windows using VirtualBox.

bornhaeusser commented 6 years ago

ok thanks! - so is it possible to get a new prerelease? Thought i could 'make' this myself :-)

OtherCrashOverride commented 6 years ago

I was planning to make another release as soon as #14 wraps up. It is now necessary to have the volume changes.

bornhaeusser commented 6 years ago

Ok - Thank you!!