Possible linker error when compiling with SDL2?
Posted: Sat Jul 08, 2023 12:04 am
I am pretty new to C/switch homebrew development and I was wanting to update a dead app for personal use on the latest fw. I fixed up deprecated/removed code and have no errors when compiling with make. My problem is (I believe) during the linker process when it attempts to build the binaries.
This is what gets spewed into my terminal (I see things like dwarf errors and undefined methods)
Terminal Output
And here is my makefile which I frankensteined from the original and the SDL2 example makefile
Makefile
I'm honestly stuck and not sure how to resolve this issue. Any help would be greatly appreciated
This is what gets spewed into my terminal (I see things like dwarf errors and undefined methods)
Terminal Output
And here is my makefile which I frankensteined from the original and the SDL2 example makefile
Makefile
I'm honestly stuck and not sure how to resolve this issue. Any help would be greatly appreciated