cwalls251 / iphone-dev

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

Error during "make LLVM_VERSION_INFO-svn..etc." in last step #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running make LLVM_VERSION_INFO-svn....etc.
2.
3.

What is the expected output? What do you see instead?
configure: error: You must specify *absolute* path to your LLVM tree with
--enable-llvm=DIR
make: *** [configure-gcc] Error 1

What version of the product are you using? On what operating system?
svn .30, or newest as of date 9/22/07
Ubuntu feisty fawn 7.04

Please provide any additional information below.
 How should I get rid of this issue, I think it causing this error when I
try to compile 

gaurav@gaurav-desktop:~$ pushd mobileterminal
~/mobileterminal ~
gaurav@gaurav-desktop:~/mobileterminal$ make
/usr/local/arm-apple-darwin/bin/gcc -c -fsigned-char -Wall -Werror  main.m
-o main.o
make: /usr/local/arm-apple-darwin/bin/gcc: Command not found
make: *** [main.o] Error 127

Original issue reported on code.google.com by Gaurav...@gmail.com on 22 Sep 2007 at 8:41

GoogleCodeExporter commented 8 years ago
I ran it again making sure that LLVMOBJDIR was correct and I got this instead 

/usr/local/bin/arm-apple-darwin-ld: can't locate file for: -lc
collect2: ld returned 1 exit status
make[2]: *** [libgcc_s.dylib] Error 1
make[2]: Leaving directory 
`/home/gaurav/iphone-dev/llvm-gcc-4.0-iphone-build/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory 
`/home/gaurav/iphone-dev/llvm-gcc-4.0-iphone-build/gcc'
make: *** [all-gcc] Error 2

Original comment by Gaurav...@gmail.com on 22 Sep 2007 at 8:56

GoogleCodeExporter commented 8 years ago
Be sure that --with-heavenly=$HEAVENLY was properly specified on the command 
line when configuring GCC 
and that the $HEAVENLY environment variable correctly points to an unpacked 
dump of the iPhone partition.

Original comment by nightwat...@gmail.com on 23 Sep 2007 at 9:05