This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP432P401R: SD card library for MSP432 in Energia won't compile

Part Number: MSP432P401R

Hi guys, 

I tried to use the Arduino library for MSP432 under Energia, but the error message attached below keeps showing up even I changed the board to MSP432 launchpad. So I wonder there might be something missing in the Energia compiler that hasn't been fully implemented for MSP432. 

Please help me what can I do to make this happen. Thank you every one!

Jingyuan Liang

-----------------------------------------------------------------------Error Message-------------------------------------------------------------------------------------------------------------------

Energia: 1.6.10E18 (Windows 10), Board: "LaunchPad w/ msp432 EMT (48MHz)"

In file included from C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/SystemInclude.h:23:0,

from C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/SdSpiCard/SdSpiCard.h:26,

from C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/SdFat.h:27,

from E:\SdFat-master\SdFat-master\SdFat\examples\ReadWrite\ReadWrite.ino:24:

C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/FatLib/SysCall.h: In static member function 'static void SysCall::yield()':

C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/FatLib/SysCall.h:61:3: error: '::yield' has not been declared

::yield();

^

In file included from C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/SdFat.h:27:0,

from E:\SdFat-master\SdFat-master\SdFat\examples\ReadWrite\ReadWrite.ino:24:

C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/SdSpiCard/SdSpiCard.h: At global scope:

C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/SdSpiCard/SdSpiCard.h:52:52: error: 'SS' was not declared in this scope

bool begin(m_spi_t* spi, uint8_t chipSelectPin = SS,

^

C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/SdSpiCard/SdSpiCard.h:307:38: error: 'SS' was not declared in this scope

bool begin(uint8_t chipSelectPin = SS, uint8_t sckDivisor = 2) {

^

C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/SdSpiCard/SdSpiCard.h:315:61: error: 'SS' was not declared in this scope

bool init(uint8_t sckDivisor = 2, uint8_t chipSelectPin = SS) {

^

C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/SdSpiCard/SdSpiCard.h:320:52: error: 'SS' was not declared in this scope

bool begin(m_spi_t* spi, uint8_t chipSelectPin = SS,

^

In file included from E:\SdFat-master\SdFat-master\SdFat\examples\ReadWrite\ReadWrite.ino:24:0:

C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/SdFat.h:85:55: error: 'SS' was not declared in this scope

bool begin(SdSpiCard::m_spi_t* spi, uint8_t csPin = SS, uint8_t divisor = 2) {

^

C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/SdFat.h:286:30: error: 'SS' was not declared in this scope

bool begin(uint8_t csPin = SS, uint8_t divisor = 2) {

^

C:\Users\Jingyuan\Documents\Energia\libraries\SdFat\src/SdFat.h:294:34: error: 'SS' was not declared in this scope

bool cardBegin(uint8_t csPin = SS, uint8_t divisor = 2) {

^

exit status 1
Error compiling for board LaunchPad w/ msp432 EMT (48MHz).

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

**Attention** This is a public forum