I solved the problem, I downloaded another compiler
Thank you.
http://www.andahammer.com/Downloads/Flo ... a02971f701
Search found 2 matches
- Sat Jan 30, 2010 2:24 pm
- Forum: S3C2440 Boards
- Topic: Message "Illegal Instruction".
- Replies: 2
- Views: 3239
- Wed Jan 27, 2010 6:05 pm
- Forum: S3C2440 Boards
- Topic: Message "Illegal Instruction".
- Replies: 2
- Views: 3239
Message "Illegal Instruction".
I made a program to generate prime numbers, but when I run the S3C2440 get "Illegal Instruction". When I compile the same program to another platform it works perfectly. even in np ARM9. Can anyone help me solve this? #include <stdio.h> #include <stdlib.h> unsigned char teste(int numero) { unsigned ...