No such file

Status
Not open for further replies.

Janbo

Member
When compiling code for the teensy eight band color organ I get this error msg.

C:\Arduino\hardware\teensy\avr\libraries\Audio/play_serialflash_raw.h:33:25: fatal error: SerialFlash.h: No such file or directory

The file is in the dir but Arduino will not see it.

Any ideas?

Ron
 
In Arduino, click Help > About to check which version you have.

If older than Teensyduino 1.35, get the latest from the website and install. If you have an old version of Arduino (pay attention to the list of supported versions when you start the installer), you'll need to get the Arduino installer from www.arduino.cc also. Update Arduino first, then install the new Teensyduino.

When you run the Teensyduino installer, leave all the libs selected. If you don't install SerialFlash, then SerialFlash.h will be missing!
 
Hi Paul,

That did it, was instructed to just install 4 libraries followed your instructions and all is well.

Now to the next step.

Thanks for your help.

Best Regards

Ron

.
In Arduino, click Help > About to check which version you have.

If older than Teensyduino 1.35, get the latest from the website and install. If you have an old version of Arduino (pay attention to the list of supported versions when you start the installer), you'll need to get the Arduino installer from www.arduino.cc also. Update Arduino first, then install the new Teensyduino.

When you run the Teensyduino installer, leave all the libs selected. If you don't install SerialFlash, then SerialFlash.h will be missing!
 
Status
Not open for further replies.
Back
Top