HELP WITH EXIT STATUS 1

Hi evreyone!! :slight_smile:
im doing a new project with a code that i found on the internet but when i compile it it gets me this error (i will paste the error messages:
Arduino:1.6.6 (Mac OS X), Placa:"Arduino/Genuino Uno"

/Users/Jack/Desktop/Arduino-Satellite-master/Arduino Code Files/Satellite_VoiceTX_V7/Satellite_VoiceTX_V7.ino:44:20: fatal error: talkie.h: No such file or directory
#include "talkie.h"
^
compilation terminated.
exit status 1
Error de compilaci贸n

Este informe podr铆a tener m谩s informaci贸n con
"Mostrar salida detallada durante la compilaci贸n"
activala desde Archivo > Preferencias

please help me to solve the problem

i can't put the code because its too long but the link is: Arduino-Satellite/Satellite_VoiceTX_V7.ino at master 路 MKme/Arduino-Satellite 路 GitHub

THANK YOU EVERYONE!!! :slight_smile:

(REALLY)

It looks like the file talkie.h is missing. Where did you put it? Is it part of a library that is missing or in the wrong place?

Hi there, im new in this :slight_smile: sorry

im trying to do a project with a code that I've found but it gives me a lot of troubles, can you please help me?
i have already installed the "talkey" library.
thanks :slight_smile:

i can't send the code (or errors here) because they are too long haha.
thanks again

Then attach the code - you can attach files that are too long to include inline.

Post the full text of any and all error messages.

Otherwise there is nothing we can do to help you. Please see http://forum.arduino.cc/index.php/topic,148850.0.html

I don't think the "talkey" library is an Arduino library. It requires that a TTS engine is installed, according to the documentation.

import talkey
tts = talkey.Talkey()
tts.say('Old McDonald had a farm')

Arduinos can't speak. Or do you have some kind of specialised shield?

http://forum.arduino.cc/index.php?topic=376752.0

http://forum.arduino.cc/index.php?topic=376776.0
Looks like the same issue. Not cool to cross post.

Thanks codlink. I have better things to do.....

Please do not cross-post. This wastes time and resources as people attempt to answer your question on multiple threads.
Threads merged.

  • Moderator