11 years, 4 months ago.

mbed_debug.h ???

I've tried importing the SD Card File System library, but when I compile it I get errors for a missing file, mbed_debug.h

What is this file and is there any way for me to just go out and get this file? I'm running revision 44 of the mbed library to allow me to use MODSERIAL.

I searched the website and I can't find an explanation of what the file is, if it is part of the mbed library in later revisions, why does it need to be included separately?

Thank you.

Question relating to:

1 Answer

11 years, 4 months ago.

mbed_debug.h was added in one of the latest library releases, and is apparently used in the SD file system. Best bet is simply using a newer mbed revision. Regarding modserial, a bit ago I uploaded a version which should work with mbed v45 and later, so until Andy includes it in the main release you can use the fork: http://mbed.org/users/Sissors/code/MODSERIAL/

Accepted Answer

i am getting the same error of missing file mbed.h. can you tell me how to remove this error simply??

posted by Noman Malik 15 Dec 2012

Euhm mbed.h is something completely different from mbed_debug.h. Best guess is that you simply removed your mbed library. You can import it here: http://mbed.org/users/mbed_official/code/mbed/

posted by Erik - 15 Dec 2012