Hi There,
I am getting a wierd error when trying to compile a simple hello world
C application with the onboard gcc on my SBC.
The program simply is:
#include <stdio.h>
int main(int argc, char * argv[])
{
printf("Hello World!\n");
return 0;
}
The error I get is:
/mnt/usbkey # gcc test.c -o testing
<pauses for about 10 seconds, CPU usage full> then....
gcc: Internal error: Aborted (program collect2)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.
Anyone got any ideas? - Should I just install a new image on my device.
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|