Re: Compiling GNU Utilities on Scratchbox

2007-08-20 Thread Denis DeLaRoca
On Sun, 19 Aug 2007, José Luís wrote: The result binary file was stripped? If not, try strip the binary file with the strip utility. Yes, that works.! Thanks, -- Denis___ maemo-developers mailing list maemo-developers@maemo.org

Re: Compiling GNU Utilities on Scratchbox

2007-08-20 Thread Frantisek Dufka
You may also try compiling with thumb intruction set. This is how most stuff in firmware is compiled. Try export DEB_BUILD_OPTIONS=thumb before building the deb or use compiler options directly (-mthumb -mthumb-interwork) Frantisek ___

Re: hacker edition status and future?

2007-08-20 Thread Joni Valtanen
On Mon, 20 Aug 2007, Carlos Guerreiro wrote: ext Frantisek Dufka wrote: Joni Valtanen wrote: Next version is coming as rootfs. There is no kernel updates. OK, this means hacking 2.6.16 kernel and backporting something makes sense. Alternatively time could be spent in making dual

Re: hacker edition status and future?

2007-08-20 Thread Quim Gil
On Mon, 2007-08-20 at 11:51 +0300, ext Joni Valtanen wrote: There is old archive about for more information: http://test.maemo.org/maemowiki/Os2007HackerEditionArchives http://maemo.org/community/wiki/Os2007HackerEditionArchives if you want to continue the update. -- Quim Gil -

Re: hacker edition status and future?

2007-08-20 Thread Joni Valtanen
On Mon, 20 Aug 2007, Joni Valtanen wrote: On Mon, 20 Aug 2007, Carlos Guerreiro wrote: ext Frantisek Dufka wrote: Joni Valtanen wrote: Next version is coming as rootfs. There is no kernel updates. OK, this means hacking 2.6.16 kernel and backporting something makes sense.

Re: Compiling GNU Utilities on Scratchbox

2007-08-20 Thread Eero Tamminen
Hi, ext Frantisek Dufka wrote: You may also try compiling with thumb intruction set. This is how most stuff in firmware is compiled. Try export DEB_BUILD_OPTIONS=thumb before building the deb or use compiler options directly (-mthumb -mthumb-interwork) And also -Os instead of -O2.

Re: hacker edition status and future?

2007-08-20 Thread Frantisek Dufka
Joni Valtanen wrote: But yes. 2.6.18 is possible to get work. but there is needed some dsp+kernel guru to do this. What would help for the start is making old initfs from first hacker edition available for download again so one could start testing kernels = 2.6.16. With initfs from IT2006

af-defines.sh call removed from /etc/profile

2007-08-20 Thread Neil Jerram
I just installed Scratchbox and the 3.1 SDK, then upgraded to the 3.2 SDK. I noticed that the upgrade from 3.1 to 3.2 makes this change to /etc/profile: [sbox-SDK_ARMEL: ~] diff /etc/profile.dpkg-old /etc/profile 9d8 source /etc/osso-af-init/af-defines.sh Is that correct, or should I add the