This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

undefined symbol error

hi, i want to add uart function to my application. so i added necessary .c files to my project. if i compile the program i am getting these errors. image description

when i change the values sdk.config.h file

#ifndef APP_UART_ENABLED
#define APP_UART_ENABLED 1
#endif
#ifndef APP_FIFO_ENABLED
#define APP_FIFO_ENABLED 1
#endif

i am getting the error cant open app_fifo.h file.

do i want to make any other changes.

Related