I am trying to configure LPCXpresso v8.2.2, I tried in both Ubuntu and Windows. I am getting the same set of errors.
I am trying to build a project for LPC Chip 824.
I am getting this set of errors, from the LPC 824 Board Library. How can I fix it ?
Description Resource Path Location Type
undefined reference to `Chip_GPIO_Init' board.c /lpc_board_nxp_lpcxpresso_824/src line 204 C/C++ Problem
undefined reference to `Chip_SetupIrcClocking' board_sysinit.c /lpc_board_nxp_lpcxpresso_824/src line 68 C/C++ Problem
undefined reference to `Chip_UART_Init' board.c /lpc_board_nxp_lpcxpresso_824/src line 187 C/C++ Problem
undefined reference to `Chip_UART_SendBlocking' board.c /lpc_board_nxp_lpcxpresso_824/src line 155 C/C++ Problem
undefined reference to `Chip_UART_SetBaud' board.c /lpc_board_nxp_lpcxpresso_824/src line 190 C/C++ Problem
How can I fix it ?