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.
7 years, 8 months ago. This question has been closed. Reason: Off Topic
Library Updates
This is a more detailed question for help than my previous. I have a working program doing everything I want/expect using a combined ADXL345 / ITG3200 device. I wanted to log the output of the ADXL345 onto an SD card. I imported the SDFileSystem library revision 6:8db0d3b and FATFileSystem library revision 26:e4d2567. Using mbed revision 43 (which I know works for me) I get this error
Error: Cannot open source input file "mbed_debug.h": No such file or directory in "FATFileSystem/FATFileSystem/ChaN/diskio.cpp", Line: 11, Col: 25
Updating to mbed revision 137 (which really doesn't work for me?) I consistently get these multiple errors.
Error: Identifier "namespace" is undefined in "extras/mbed_e1686b8d5b90/drivers/DigitalIn.h", Line: 24, Col: 2 Error: Expected a ";" in "extras/mbed_e1686b8d5b90/drivers/DigitalIn.h", Line: 24, Col: 17 Warning: Parsing restarts here after previous syntax error in "extras/mbed_e1686b8d5b90/drivers/DigitalIn.h", Line: 112, Col: 17 Error: Expected a declaration in "extras/mbed_e1686b8d5b90/drivers/DigitalIn.h", Line: 113, Col: 2 Error: Expected a declaration in "extras/mbed_e1686b8d5b90/drivers/DigitalIn.h", Line: 115, Col: 2 Warning: Parsing restarts here after previous syntax error in "extras/mbed_e1686b8d5b90/drivers/DigitalOut.h", Line: 123, Col: 17 Error: Expected a declaration in "extras/mbed_e1686b8d5b90/drivers/DigitalOut.h", Line: 124, Col: 2 Error: Expected a declaration in "extras/mbed_e1686b8d5b90/drivers/DigitalOut.h", Line: 126, Col: 2 Warning: Parsing restarts here after previous syntax error in "extras/mbed_e1686b8d5b90/drivers/DigitalInOut.h", Line: 137, Col: 17 Error: Expected a declaration in "extras/mbed_e1686b8d5b90/drivers/DigitalInOut.h", Line: 138, Col: 2 Error: Expected a declaration in "extras/mbed_e1686b8d5b90/drivers/DigitalInOut.h", Line: 140, Col: 2 Warning: Parsing restarts here after previous syntax error in "extras/mbed_e1686b8d5b90/platform/PlatformMutex.h", Line: 45, Col: 3
and on and on and on......
Any help advice on this is greatly appreciated!