pereraa / iphone-dev

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

/usr/lib/libc.dylib unknown flags (type) of section 4 (__TEXT,__dof_magmalloc) in load command 0 #183

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Following the Leopard Advice on the wiki up till..
2. make LLVM_VERSION_INFO=2.0-svn-iphone-dev-0.3-svn 

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

/usr/local/bin/arm-apple-darwin-ld:
/usr/local/share/iphone-filesystem/usr/lib/libc.dylib unknown flags (type)
of section 4 (__TEXT,__dof_magmalloc) in load command 0
collect2: ld returned 1 exit status
make[2]: *** [libgcc_s.dylib] Error 1
make[1]: *** [stmp-multilib] Error 2
make: *** [all-gcc] Error 2

What version of the product are you using? On what operating system?

The filesystem off the iPhone is the latest PwnAgeTool on an iPhone 3G (NOT
S) under Leopard 10.5.7 with xCode tools 3.13

Please provide any additional information below.

It seems to go well up till this point. I suspect that since im right at
the latest release, this error might not be an error but just that I'm too
early maybe?

Original issue reported on code.google.com by onida...@gmail.com on 30 Jun 2009 at 5:07