Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Help with building project file using libSFX

A topic by Gearhartlove created Apr 26, 2021 Views: 215 Replies: 2
Viewing posts 1 to 2

Hey all, I'm super new to the SNES and Assembly and need help building my file. I followed the libSFX tutorial above to install the assembler and everything that comes with it. I'm at the point where I need to: 

"Now the toolchain is in place and you should be able to run make from any of the example directories to assemble the source files and link a Super Nintendo ROM image (*.sfc)."

When I run make, all that appears is " make: *** /home/krist/libSFX: Is a directory.  Stop. ".

I don't know how to "link a Super nintendo ROM image (*sfc)."

If anyone could help me out I would appreciate it. Thank you so much, I'm excited to build my first game for the SNES!

Host

Hi! Sorry for the late response. It seems like you're pointing at a directory on accident. What does your makefile look like?

I fixed the problem a while ago, I wasen't setting up my makefile correctly was essentially the problem. I plugged away at it for an hour or so and solved it :) Thanks for helping though!