ProDG for Gamecube 3.7's linker issue?

Discussion in 'Nintendo Game Development' started by segaloco, Dec 31, 2010.

  1. segaloco

    segaloco Enthusiastic Member

    Joined:
    Jun 25, 2009
    Messages:
    531
    Likes Received:
    3
    I'm guessing that the linker is finding absolutely nothing as this pops up no matter what I'm linking

     
  2. splith

    splith Resolute Member

    Joined:
    May 2, 2010
    Messages:
    997
    Likes Received:
    4
    You installed under C:\dolphin and not the default C:\DolphinSDK1.0 ?
     
  3. segaloco

    segaloco Enthusiastic Member

    Joined:
    Jun 25, 2009
    Messages:
    531
    Likes Received:
    3
    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?
     
    Last edited: Dec 31, 2010
  4. splith

    splith Resolute Member

    Joined:
    May 2, 2010
    Messages:
    997
    Likes Received:
    4
    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
     
  5. ynh

    ynh Site Supporter 2014, 2015. Site Patron.

    Joined:
    Aug 1, 2010
    Messages:
    22
    Likes Received:
    0
    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 ;)
     
    Last edited: Jan 2, 2011
  6. segaloco

    segaloco Enthusiastic Member

    Joined:
    Jun 25, 2009
    Messages:
    531
    Likes Received:
    3
    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 :p
     
  7. segaloco

    segaloco Enthusiastic Member

    Joined:
    Jun 25, 2009
    Messages:
    531
    Likes Received:
    3
    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 :p
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page