cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

ODCCTOOLS build failed with MAC OS 10.5 (9A581) #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. build odcctools describe at item "build odcctools"
2.
3.

What is the expected output? What do you see instead?

Make odcctools operation can't be started due to sources missing

# mkdir -p build/odcctools
# pushd build/odcctools
~/iphone-dev/build/odcctools ~/iphone-dev ~
# ../../odcctools/configure --target=arm-apple-darwin --disable-ld64

configure: error: cannot find sources (APPLE_LICENSE) in ../../odcctools or ..

What version of the product are you using? On what operating system?
Version du système :   Mac OS X 10.5 (9A581)
Version du noyau :  Darwin 9.0.0
Volume de démarrage :  Mac OS X (Leopard)
Mode de démarrage :    Normal

svn, version 1.4.4 (r25188)

Please provide any additional information below.

Original issue reported on code.google.com by Rikk_2...@hotmail.com on 1 Nov 2007 at 3:22

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Don't care about this issue.  I try to build toolchain from scratch and 
odcctool has built properly.
Rikk

Original comment by Rikk_2...@hotmail.com on 3 Nov 2007 at 2:08

GoogleCodeExporter commented 8 years ago
Seems to be SVN related, I got this, but it just means odcctools wasn't checked 
out properly. Just do:
cd iphone-dev
svn co http://iphone-dev.googlecode.com/svn/trunk/odcctools
svn co http://iphone-dev.googlecode.com/svn/trunk/csu

Original comment by gigam...@gmail.com on 2 Apr 2008 at 3:05