compilation help please

Home Forums Development compilation help please

  • This topic is empty.
Viewing 14 posts - 31 through 44 (of 44 total)
  • Author
    Posts
  • #28123
    cadbusca
    Participant

    Pretty obvious that you did not merge the new images into the directory. Better check you did the libs too.

    #28124
    sony
    Participant

    Oj !! …I’m sorry 😳 😳 , yesterday was too late, and I need sleep …
    Yes, actually the error was not the same.

    And it was as simple as copying images directory while the package WiiMC + v6
    To decompress images.zip the directory tree softly: imagesimages… pictures here.
    Passing images to wiimcsourceimages …. the result was wiimcsourceimagesimages …. why the linker failed

    Now everything perfect wiimc WiiMC SVN843 + v6

    Thank’s … and … I’m sorry 😕

    #28125
    rodries
    Keymaster

    That’s ok, I’m happy you were able to solve it. 🙂

    #28119
    cadbusca
    Participant

    Yes, when you want to merge the contents of dir1images with dir2images you must copy dir1images and paste it into dir2. That’s the way windows works. The other option is to copy all of the images within dir1images and paste them into dir2images.

    #28126
    swatpup32
    Participant

    Hey
    can you help me please?

    I keep getting an error message.
    The problems I have since rev 849 I could only compile without problems.
    I wanted to include a new logo,
    as it did not work I have msys command (cd wiimc / make clean / make
    now get only error messages

    linking … wiimc.elf
    c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/4.5.1/../../../../powerpc-eabi/bin/ld.exe: cannot find -lmplayerwii
    collect2: ld returned 1 exit status
    make[1]: *** [/home/BadBoy/wiimc/wiimc.elf] Error 1
    “make”: *** [build] Error 2

    > Process Exit Code: 2
    > Time Taken: 11:06[/code]

    #28127
    friiloader
    Participant

    I was compiling fine, I’m getting the exact same error since the latest revisions though, I’ve gone to the ends of the earth to solve it to no avail, tried different pc’s reinstallation of devkit like 10 times following the wiimc compile guide, I’m trying older revisions of wiimc at the moment to see if this same error still occurs….

    I can’t find lmplayerwii anywhere on the system though so I know it’s not there and this is why I’m getting the error but I cannot find lmplayerwii on my system or the net…. what gives… ❓

    looks like im missing all of these lmplayerwii -lavformat -lavcodec, where can I find them? I see these folders in the source folder but no lib it’s as if they don’t get compiled iono.. I don’t get it I didn’t have this problem before….

    linking … wiimc.elf
    c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/4.5.1/../../../../powerpc-eabi/bin/ld.exe: cannot find -lmplayerwii

    “pulls hair out”

    #28128
    cadbusca
    Participant

    Follow the guide then update the additional libraries per the referenced post amd the Development tab/ Compile Intructions. SVN909 then compiles without error.

    #28129
    friiloader
    Participant

    I’ll try that, I’ll let you know how it goes soon. ty

    #28130
    friiloader
    Participant

    When I try to compile the updated version of libogc for enabling large file support used by tinysmb I get this error

    > “make”
    make[1]: Entering directory `/c/Users/pc2/Desktop/libogc/wii’
    make[1]: *** No rule to make target `console.o’, needed by `/wii/libogc.a’. Stop.
    make[1]: Leaving directory `/c/Users/pc2/Desktop/libogc/wii’
    “make”: *** [wii] Error 2

    > Process Exit Code: 2
    > Time Taken: 00:01

    Why is this happening?

    http://www.wiimc.org/forum/viewtopic.php?f=5&t=1042&start=10#p4611

    :::::EDIT::::: Never mind I was able to get around this by typing “unset PLATFORM” in the MySys Shell, now I am getting this:

    linking … wiimc.elf
    c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/4.5.1/../../../../powerpc-eabi/bin/ld.exe: cannot find -lmplayerwii
    collect2: ld returned 1 exit status
    make[1]: *** [/c/wiimc/wiimc.elf] Error 1
    “make”: *** [build] Error 2

    > Process Exit Code: 2
    > Time Taken: 06:10

    I don’t understand, I thought ” -lmplayerwii”, “-lavformat”, “-lavcodec” and some others came with the source? could you tell me where to find these libs, I swear the first time I ever compiled wiimc I had NONE of these problems what so ever everything went smooth, how am I missing lmplayerwii if someone can tell me that I’ll be good to go.

    :::EDIT:::::::: ok I figured it out, the lmplayerwii lib and others were not being compiled because strings.h was missing…. hints the complation of the libs was terminated as soon as the compiler noticed strings.h was missing although it continued about it’s way as if everything was going fine it only appeared that way and near the end of the compilation during the linking process the compiler noticed the libs were missing “they had not been compiled because strings.h was missing” . I didn’t realize that just because strings.h was missing the compiler would throw missing lib errors, my mistake was I figured I’d fix the missing strings.h after I fixed the missing lib problem, turns out I should have did it the other way around and my day would have been a bit smoother.

    One more problem was that I wasn’t sure which SVN to use, thanks to jhb50 for clearing that up, this too was causing random errors.

    #28131
    cadbusca
    Participant

    I assume you also used http://www.wiimc.org/forum/viewtopic.php?f=5&t=1167#p5248 to correct the strings.h problem. I’ve added that link to compile guide.

    #28132
    dreamcox53
    Participant

    I have tried to get this to compile . had the strings.h issue got that worked out but ended up with another fatal error and the compile stopped . Is it possible to get a compiled version from someone or could someone create a torrent ?

    #28133
    dreamcox53
    Participant

    [quote- effective from r762: Ext 2/3/4 support.

    Requires libext2fs-wii available at:
    svn checkout http://libext2fs-wii.googlecode.com/svn/trunk
    Build and install under …/devkitPro/libogc:
    cd ; make ; make install

    – effective from r770: Large file support.

    Requires zlib v1.2.5 available at:
    svn checkout http://grrlib.googlecode.com/svn/trunk/GRRLIB/lib/zlib
    Build and install under …/devkitPro/libogc:
    cd ; make ; make install
    Manually remove the old zlib v1.2.4: zlib.h, zconf.h and libz.a under …/devkitPro/portlibs/ppc/…

    Requires updated version of libogc for enabling large file support used by tinysmb.
    Available at:
    svn checkout https://devkitpro.svn.sourceforge.net/svnroot/devkitpro/trunk/libogc
    Build and install under …/devkitPro/libogc:
    cd ; make ; make install][/quote]

    I’m a noob at compiling and would like some help on the way I add these libraries . Just the correct way to install these (syntax) I know I’m missing these and cannot go any further and i know jhb50 said he wasn’t going to discuss these further , but if there was a description for noobs (today was the first day I attempted compiling) it would benefit more than myself , I’m sure .

    #28134
    cadbusca
    Participant

    If you would read the WIIMC+ documentation the answer would be obvious.

    #28135
    dreamcox53
    Participant

    Compiled and running .

Viewing 14 posts - 31 through 44 (of 44 total)
  • You must be logged in to reply to this topic.

Login

Lost Password