Raspberry Pi C Tutorial - Compilation gives errors
Posted: Mon Nov 24, 2014 2:23 pm
Hello people,
I am currently testing my workspace. I have successfully built my cross compiler, but when I try to compile the 'echokernel' from the Raspberry Pi C tutorial I am receiving some errors. The compilers tells me that the uart_init(), uart_puts(hello) and uart_puts(halting) are undefined references. I can't understand why I am receiving the errors I tested it a time with all the code from that page.
I did put the corresponding C and H files into the include folder. I still do not know why I am getting this error because I am sure I have everything good.
- Martin
I am currently testing my workspace. I have successfully built my cross compiler, but when I try to compile the 'echokernel' from the Raspberry Pi C tutorial I am receiving some errors. The compilers tells me that the uart_init(), uart_puts(hello) and uart_puts(halting) are undefined references. I can't understand why I am receiving the errors I tested it a time with all the code from that page.
I did put the corresponding C and H files into the include folder. I still do not know why I am getting this error because I am sure I have everything good.
- Martin