11 years, 4 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) でエラーが出ていたのでピンに関する定義を変更する必要があるのではないかと思っています.

もしご存知の方がいればよろしくお願いします.

Be the first to answer this question.