-
Yes, it should be doable.
Porting to new architecture described in the file doc/Porting.txt in the statifier's source tarball
and (it's actuall the same) at
http://statifier.sourceforge.net/statifier/porting.html
Unfortunately I now a bit busy, so I can't do it myself, but I be happy help you/answer your questions.
What project do you need statifier for ?
Valery.
2009-06-30 07:05:00 UTC by valery_reznic
-
Hello
When I try to compile statifier, it tells me mips CPU is not supported.
is it doable to port it to mips/mipsel, and what does it involve?
Thank you
Eric.
2009-06-29 12:07:27 UTC by cyberic
-
hi valery,
thanks for the answer! uhhm, i didn't knew that memoriy randomization is turned on. i've read in various other topics about this problem but wasn't aware that this is my problem, too....
anyway, thankt for the help and the great statifier!
cheers,
holger.
2009-06-07 07:20:01 UTC by desertrock42
-
On systems with memory (and especially vDSO ) randomization statified executables segfault'ed :((
It's a known problem, but I yet have no idea how to work around it.
(Other then turn randomization on on both build system and target system, that usually not an option)
2009-06-07 07:04:44 UTC by valery_reznic
-
Hi all,
i'm trying to statify the nzbget usnet client. statification process runs without problems. when i try to invoke the resulting file on the build machine i get an segfault:
root@pdev:/usr/local/src# ./nzbget.static
Segmentation fault
output of ldd is:
root@pdev:/usr/local/src# ldd /usr/local/bin/nzbget
linux-gate.so.1 => (0xb7f09000)
libxml2.so.2 =>...
2009-06-04 19:39:59 UTC by desertrock42