I am looking to install the zgcc_2.9.5.1_arm.ipk on my SL-5500 and assume that it has to be installed in Internal Storage and not on my SD card. I have about 12 MB free in Internal Storage. Will this suffice?
QuoteI am looking to install the zgcc_2.9.5.1_arm.ipk on my SL-5500 and assume that it has to be installed in Internal Storage and not on my SD card. I have about 12 MB free in Internal Storage. Will this suffice?I've had some problems with SD corruption, but zgcc runs just fine from SD or CF. I prefer the full installation on CF now, but the cramfs version might fit in 12M but I think it would be tight.John[div align=\"right\"][a href=\"index.php?act=findpost&pid=91250\"][{POST_SNAPBACK}][/a][/div]
Interesting. I tried to specify ipkg -d /mnt/card from the command line but got a bunch of error messages regarding failed symlink creation. Maybe I should state the hardlink to the SD card...
QuoteInteresting. I tried to specify ipkg -d /mnt/card from the command line but got a bunch of error messages regarding failed symlink creation. Maybe I should state the hardlink to the SD card...You will need to have the SD or CF card formatted to support links I think, mine are all ext2.John[div align=\"right\"][a href=\"index.php?act=findpost&pid=91255\"][{POST_SNAPBACK}][/a][/div]
Yep. I reformatted the CF card and now have the full GCC on it. I was able to compile some Ruby extensions I needed and now hopefully will be trying out the Ruby/Qte stuff to create my own app. We'll see how it goes
/* GNU ld script Use the shared library, but some functions are only in the static library, so try that secondarily. */GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a )