+ Reply
Results 1 to 2 of 2
  1. #1
    What's Jailbreak?
    Join Date
    Nov 2007
    Posts
    3
    Thanks
    0
    Thanked 1 Time in 1 Post

    Exclamation Toolchain problem

    I've followed these steps on installing the toolchain http://code.google.com/p/iphone-dev/wiki/Building up untill running the make command on this step
    Code:
    Build odcctools. 
    $ mkdir -p build/odcctools$ pushd build/odcctools$ ../../odcctools/configure --target=arm-apple-darwin --disable-ld64$ make$ sudo make install$ popd
    and I get this error
    Code:
                     from ../../../odcctools/libstuff/errors.c:26:
    /usr/include/endian.h:31:1: warning: this is the location of the previous defini
    tion
    ../../../odcctools/libstuff/errors.c:135: warning: visibility attribute not supp
    orted in this configuration; ignored
    make[1]: *** [errors.o] Error 1
    make[1]: Leaving directory `/home/Roberts/iphone-dev/build/odcctools/libstuff'
    make: *** [libstuff] Error 2
    I'm running vista with cygwin is thier any better tutorials on installing this toolchain?

  2. #2
    Developer NetMage's Avatar
    Join Date
    Aug 2007
    Location
    Virginia
    Posts
    1,292
    Thanks
    71
    Thanked 210 Times in 168 Posts

    These instructions work if you try enough times

    http://iphone.fiveforty.net/wiki/ind...tion_-_Windows

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts