Hi folks!
I just installed Icaros Desktop on an i386 native machine and started to play around with gcc compiling "Hello World". I'm used to use the strip program to reduce the size of my binaries when I compile on Linux but when I tried it in AROS I get an error saying that there's not enough memory. The binary worked fine before stripping it (and with the -s option to gcc) so it seems strip removes something that's essential for the binary to run. Any idea what's up and if there's any remedy for this?