cwalls251 / iphone-dev

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

toolchain installation - error in llvm-gconfigure #119

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
hi,
i think it's just something i'm doing wrong but i'm stuck.  thanks for any
help.  

i've been following the toolchain_install.txt (i scp'ed the filesystem from
the ipod touch for the get root filesystem part of the notes)
...i get near the end but am having a problem with the configure of the
llvm-gcc:

What steps will reproduce the problem?

****the first few lines are just to show my environment variables****
$FLAGS_FOR_TARGET
-bash: -mmacosx-version-min=10.1: command not found

llvm-gcc-4.0-iphone rishi$ $LLVMOBJDIR
-bash: /Users/rishi/iPodTouch/llvm-svn: is a directory

llvm-gcc-4.0-iphone rishi$ $HEAVENLY
-bash: /usr/local/share/iPodTouch_FileSystem: is a directory

*****this is where i get the error************
llvm-gcc-4.0-iphone rishi$ ../../llvm-gcc-4.0-iphone/configure
--enable-llvm=`llvm-config --obj-root`
--enable-languages=c,c++,objc,obj-c++ --target=arm-apple-darwin
--enable-sjlj-exceptions --with-heavenly=$HEAVENLY
--with-as=/usr/local/bin/arm-apple-darwin-as
--with-ld=/usr/local/bin/arm-apple-darwin-ld

../../llvm-gcc-4.0-iphone/configure: line 21: syntax error near unexpected
token `config/acx.m4'
../../llvm-gcc-4.0-iphone/configure: line 21: `sinclude(config/acx.m4)'

What is the expected output? What do you see instead?
expected to configure successfully and then be able to do the make...near
the end of the toolchain setup document

What version of the product are you using? On what operating system?
mac os x 10.5.1 
darwin 9.1.0
intel macbook 3.1

Please provide any additional information below.
 please see attached configure file...i chmod'ed it to allow it
to execute...that wasn't in the document but it wouldn't run the
configure file without it
attached is configure, the configure.old, and the configure.in

Original issue reported on code.google.com by rishi_ku...@yahoo.com on 9 Feb 2008 at 6:38

Attachments: