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
Solved! Go to Solution.
Regarding the issue with File error 206009, did you check following post in the forum?
CW 8.8 file error 206009 when creating new project for P1020RDB
Regarding the linker issue, did you create your project using the wizard?
Is there a file __ppc_eabi_init.c in your project? This is where the function __init_hardware is implemented.
CrasyCat
hi
When I creat a project in CW8.8 , I meet the problem as the follows:
who can help me ? and I just do as the user manual !
Hello
Which OS are you running on your Host system (Windows XP, Windows 7, ...)?
CrasyCat
hi catherine
My host system is Windows XP
bin
Regarding the issue with File error 206009, did you check following post in the forum?
CW 8.8 file error 206009 when creating new project for P1020RDB
Regarding the linker issue, did you create your project using the wizard?
Is there a file __ppc_eabi_init.c in your project? This is where the function __init_hardware is implemented.
CrasyCat
tahnk you very much @CrasyCat , i am too careless to see the fomer answers.
bin