arm-linux-gcc:undefined reference to error

225 Views Asked by At

I would like to compile the cortex-r4's bootloader on linux with arm-linux-gnueabihf-gcc,the makefile gives me an undefined reference error:

autoinit.h:143: undefined reference to `__binit__'

autoinit.c:171: undefined reference to `WDTCTL_SYM'

exit.c:68: undefined reference to `__TI_pprof_out_hndl'

exit.c:68: undefined reference to `_symval'

I can't find where those are defined.

0

There are 0 best solutions below