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?