c:/nxp/lpcxpresso_8.0.0_526/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o): In function `_Csys_alloc': alloc.c:(.text._Csys_alloc+0x12): undefined reference to `__sys_appexit' c:/nxp/lpcxpresso_8.0.0_526/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_deferredlazyseek.o): In function `__flsbuf': _deferredlazyseek.c:(.text.__flsbuf+0x84): undefined reference to `__sys_istty' c:/nxp/lpcxpresso_8.0.0_526/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_writebuf.o): In function `_Cwritebuf': _writebuf.c:(.text._Cwritebuf+0x14): undefined reference to `__sys_flen' _writebuf.c:(.text._Cwritebuf+0x28): undefined reference to `__sys_seek' c:/nxp/lpcxpresso_8.0.0_526/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fseek.o): In function `fseek': fseek.c:(.text.fseek+0x1a): undefined reference to `__sys_istty' fseek.c:(.text.fseek+0x44): undefined reference to `__sys_flen' collect2.exe: error: ld returned 1 exit status |
The links shown in the post are no longer valid. I'm using an lpc11e13 and the lpcopen chip library for lpc11c24. I do not have a board library hence no board.h.
Is it possible to use lpcopen in this fashion? Do I need to create a board library or is there an lpcopen document that describes what to do in the case of a customer custom board.
Thanks