SparkFun Forums 

Where electronics enthusiasts find answers.

Have questions about a SparkFun product or board? This is the place to be.
By ben ghelibter
#197050
i'm trying to compile the examples that i download from the web site and its don't work, can some beady help me with that, (i install the library)

that's the error messege

Arduino: 1.8.1 (Windows 7), Board: "Arduino/Genuino Uno"

C:\Users\dell\Downloads\Mp3_Shield_Trigger\Mp3_Shield_Trigger.ino:31:49: fatal error: SdFatUtil.h: No such file or directory

#include <SdFatUtil.h> // SDFat Util Library

^

compilation terminated.

Multiple libraries were found for "SPI.h"
Used: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\SPI
Not used: C:\Users\dell\Documents\Arduino\libraries\SPI-master
Multiple libraries were found for "SdFat.h"
Used: C:\Users\dell\Documents\Arduino\libraries\SdFat-master
Not used: C:\Users\dell\Documents\Arduino\libraries\SdFat-1.0.3
exit status 1
Error compiling for board Arduino/Genuino Uno.

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