I'm guessing that the linker is finding absolutely nothing as this pops up no matter what I'm linking
No, it installed under DolphinSDK1.0, and I checked all the environment variables and such. On a second glance, it seems that it's just not finding anything with EXI or SI. That means it is linking to OS functions and whatnot right? Edit: Just noticed something else, it's linking to debug libraries, maybe it just won't build debug?
I don't really know anything about compilation errors but are you using the most up-to-date dolphin SDK and all patches? And you've got stuff in C:\dolphin
You are missing the EXI and SI libraries from $(DOLPHINLIBS) which is located in build/buildtools/commondefs. Open that up and go to line 635. You should see something like this: At the end of that huge list of libraries, just below this: Add the following: You should be good to go
splith: I only have 12-12-01 and 5-3-03 or something like that, from the docs looks like this version of ProDG is for 9-8-01 which I don't have :/ ynh: Thanks for that and the Pm, haven't tried it yet though
splith: I only have 12-12-01 and 5-3-03 or something like that, from the docs looks like this version of ProDG is for 9-8-01 which I don't have :/ ynh: Thanks for that and the Pm, haven't tried it yet though