veekays / iphonedevonlinux

Automatically exported from code.google.com/p/iphonedevonlinux
0 stars 0 forks source link

error during toolchain.sh classdump #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
hello ,
i successsful build the toolchain on my fedora 10, 
and i can compile hellotoolchain and it work on my iphone but
when i execute "toolchain classdump" i get this error :

-sh: line 12: 3736 Bus error    class-dump -H $folder/$framework 
>&/dev/null

is somenone has a idea ?

thanks .

Original issue reported on code.google.com by laurent...@yahoo.fr on 5 Apr 2009 at 6:51

GoogleCodeExporter commented 8 years ago
I'm not totally sure about what causes that error.

Just so you know, classdump support is currently incomplete due to some work I 
was
doing on a ruby script to locate and unify header so they actually work and are
usable. Unfortunately I haven't had a lot of time lately so its nowhere near 
complete.

If you want to do it yourself, Erica Sadun has written a useful guide:
http://arstechnica.com/apple/news/2008/11/dumping-the-iphone-2-2-frameworks.ars

It will essentially produce the same thing. The headers aren't usable in that 
state,
however, without a lot of fixing. If you just need to work with one library 
it'll be
fine.

Original comment by m4d...@gmail.com on 21 Apr 2009 at 9:14