Re: fnord's status
Enrico Scholz <[email protected]> Sun, 30 Jan 2011 22:41:28 +0100
| Newsgroups | gmane.comp.web.fnord |
|---|---|
| Message-ID | <[email protected]> |
John Tocher <[email protected]> writes: > Fnord does not work (as far as I know) with armel which with debian > squeeze is the only version of arm That's probably due to 'dietlibc' which has (large) problems on ARM EABI (some weak functions do not return and jump into the next random code placed by the linker, missing (alarm, time, getrlimit) or incorrect (mmap) syscalls implementations). Some issues are fixed by https://github.com/ensc/dietlibc/commits/rebase which might require some testing. Enrico