kubilus1 / gendev

Genesis development environment for Linux.
BSD 3-Clause "New" or "Revised" License
208 stars 23 forks source link

Beginner question: having trouble "make"-ing #60

Open ReaderGuy42 opened 3 years ago

ReaderGuy42 commented 3 years ago

I'm trying to follow along this tutorial and found your project. Your step "BUILDING SGDK PROJECTS" worked, and I have those files it created in another folder, but the tutorial mentions a file called "libmd.a" in the "lib" folder which doesn't appear in Gendev.

Another issue I'm having is "making". In gendev I find the sgdk folder and therein the "bin". But this bin doesn't have a "make" file and I can't compile the Hello World script from the tutorial.

Any ideas? Thanks!

ReaderGuy42 commented 3 years ago

Another issue I'm having is that I can't find a "make" file in sgdk/bin. According to the tutorial, that's how you compile which I'm having trouble with.