Re:Problem with GPIO and SYSCTL lib files
Hi Brian,
I am able to sort out the problem regarding gpio and sysctl. In both cases the *.c file has been included externally in the driver lib which created the problems. Thank you for the support.
But one new problem has arrised.
error message:
c:/code_red/red_suite_lmi/tools/bin/../lib/gcc/arm-none-eabi/4.2.1/../../../../arm-none-eabi/lib/
thumb2libc.a(lib_a-sbrkr.o): In function `_sbrk_r': sbrkr.c:(.text+0xc): undefined reference to `_sbrk' collect2: ld returned 1 exit status make: *** [filename.axf] Error 1
If I use newlib(nohost) or newlib(semihost) instead of newlib(none) the code get compile but am not able to debug.
What to do?
login or register to reply
|