Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Good Morning I have tried to utilize an SD card on the LPC11U24 board by using the SDFileSystem library. I have updated the mbed library to last vesrion. The result of compilation is a list of errors: Undefined symbol mbed::FATFileSystem::open(const char*, int) (referred from SDFileSystem.cpp.cpp.LPC11U24.o)." in file "/" " Undefined symbol mbed::FATFileSystem::mkdir(const char*, int) (referred from SDFileSystem.cpp.cpp.LPC11U24.o)." in file "/" Undefined symbol mbed::FATFileSystem::format() (referred from SDFileSystem.cpp.cpp.LPC11U24.o)." in file "/" Undefined symbol mbed::FATFileSystem::remove(const char*) (referred from SDFileSystem.cpp.cpp.LPC11U24.o)." in file "/" Undefined symbol mbed::FATFileSystem::opendir(const char*) (referred from SDFileSystem.cpp.cpp.LPC11U24.o)." in file "/" Undefined symbol mbed::FATFileSystem::FATFileSystemsub_object(const char*) (referred from SDFileSystem.cpp.cpp.LPC11U24.o)." in file "/" Undefined symbol typeinfo for mbed::FATFileSystem (referred from SDFileSystem.cpp.cpp.LPC11U24.o)." in file "/" What happens?
Best regards V. Genovese