Part Number: MCU-PLUS-SDK-AM243X Tool/software: Hi all, Thanks in advance for any help you can share with this beginner. I'm new to CCS and this platform, but not to coding in general. I am trying to add mmcsd/FreeRTOS-FAT functionality to the existing udpclient example from the SDK, so that I can read network config from a file on an SD card (this is the 243EVM board if that helps). I was challenged to get the compiler to locate all of the appropriate headers, but now I'm getting a handful of ff_ functions showing up as unresolved symbols by the linker. [127] undefined first referenced [128] symbol in file [129] --------- ---------------- [130] ff_fclose ./app_main.o [131] ff_filelength ./app_main.o [132] ff_fopen ./app_main.o [133] ff_fread ./app_main.o [134] ff_fwrite ./app_main.o As I'm new to CCS, I'm pretty sure this is an issue with me not knowing how to tell the compiler and linker where to look for things, but I've already spent some time in the Project->Properties pages adding paths, etc. to no avail. Thoughts? Thank you!
↧