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.
11 years, 10 months ago.
オフラインコンパイラ使用時のSDFileSystemについて
オフラインでmbedを使いたいと思っているのですが,SDFileSystemに関するエラーがでてしまいコンパイルできません. 使用したコンパイラはLPCXpresso v5.0.14_1109とSourcery CodeBench 2012.09-80です. LPCXpressoのエラー文には Debug/../SDFileSystem/SDFileSystem.cpp:122: undefined reference to `mbed::FATFileSystem::FATFileSystem(char const*)' と書かれており,SDFileSystem.cppの FATFileSystem(name), _spi(mosi, miso, sclk), _cs(cs) でエラーが出ていたのでピンに関する定義を変更する必要があるのではないかと思っています.
もしご存知の方がいればよろしくお願いします.