Search found 2 matches

by Klausenner
Sat Jan 30, 2010 2:24 pm
Forum: S3C2440 Boards
Topic: Message "Illegal Instruction".
Replies: 2
Views: 1579

Re: Message "Illegal Instruction".

I solved the problem, I downloaded another compiler
Thank you.

http://www.andahammer.com/Downloads/Flo ... a02971f701
by Klausenner
Wed Jan 27, 2010 6:05 pm
Forum: S3C2440 Boards
Topic: Message "Illegal Instruction".
Replies: 2
Views: 1579

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 ...