hello :
I writed a programme,
#include <stdio.h>
#include <stdlib.h>
int main(int argc , char **argv )
{
printf("Hello World !");
}
but when I make it,there comes 10 errors as the follow:
Link Error : undefined :'__init_hardware'
Referenced from '__start' in Runtime.PPCEABI.H.UC.a
、、、
Link failed.
help,who can tell me what is wrong?
thank you.
bin