Open GoogleCodeExporter opened 9 years ago
Host: Cent OS 5.2
Original comment by denisio....@gmail.com
on 12 Oct 2008 at 5:01
Although I haven't tried gdb, my program is also Killed.
It is such a simple app that does nothing, just int main() { return 0; }
Original comment by Henry.Hu...@gmail.com
on 14 Oct 2008 at 3:02
I have the same problem.
Host: SuSE 10.3
Target: iPod Touch with Firmware 2.1
I verified it with gdb and got exactly the same error message as above.
I tried it both with MacOSX10.4u.sdk and MacOSX10.5.sdk, replacing cdefs.h as
described in issue141 (there paths are not quite correct: I replaced
/usr/local/arm-apple-darwin/include/sys/cdefs.h by
MacOSX10.5.sdk/usr/include/sys/cdefs.h)
Everything compiles and installs without problems, but the compiled program
does not
run on the iPod.
Any help appreciated (it's soo close...)
Original comment by gunnar.t...@unibw.de
on 31 Oct 2008 at 12:48
Hi! Anybody solve this issue?
Original comment by tooh...@gmail.com
on 27 Mar 2009 at 9:19
It looks like you need to do sign your application in order to run it. Check out
http://www.saurik.com/id/8.
Original comment by manu.st...@gmail.com
on 15 May 2009 at 6:56
Original issue reported on code.google.com by
denisio....@gmail.com
on 12 Oct 2008 at 5:00