Ticket #162 (new defect)
onExit animations
| Reported by: | dborca | Owned by: | saurik |
|---|---|---|---|
| Priority: | blocker | Component: | Bootstrap |
| Keywords: | jailbreak, QuickPwn, Cydia, install, BossPrefs, SBSettings | Cc: |
Description
libSystem.dylib from iPhone OS 3.0 has a new section type: 0xF (DTrace Object Specification). I used to build a lot of stuff _on_ the iPhone, but now the linker from odcctools 277-6 bails out with "unknown flags (type) of section ..." in pass1.c, around line 4649. A quick-n-dirty workaround would be to just ignore that section (I think it wouldn't affect a dynamically linked executable, anyway).
The error message: ld: /usr/lib/libSystem.dylib unknown flags (type) of section 4 (TEXT, dof_magmalloc) in load command 0
A similar problem here: http://sourceforge.net/project/shownotes.php?release_id=572315
