Hi all,

I'm trying to get the Teensy example to run from
https://faust.grame.fr/doc/tutorials/index.html#dsp-on-the-teensy-with-faust

I have the exact same hardware as in the picture, a Teensy 3.6 with the
Teensy Audio Shield. I have successfully run the hardware test example from
the Teensy Audio Library tutorial, the sine beeps.

When I try to compile the Faust example, I get a long list of warnings and
errors, the final lines of which I've pasted below. The entire ouput can be
found at https://pastebin.com/R79YWwqa. My Arduino version is 1.8.9;
Teensyduino 1.46.

Any pointers appreciated!

Cheers, Steven

/var/folders/y6/92_zypps5mn20yh2m77cv9n00000gn/T/arduino_build_450067/sketch/FaustSawtooth.cpp.o:/Applications/Arduino.app/Contents/Java/hardware/tools/arm/arm-none-eabi/include/c++/5.4.1/bits/basic_string.h:1058:
more undefined references to `std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >::_M_append(char const*,
unsigned int)' follow
/var/folders/y6/92_zypps5mn20yh2m77cv9n00000gn/T/arduino_build_450067/sketch/FaustSawtooth.cpp.o:
In function `std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> >::_M_check_length(unsigned int, unsigned int, char
const*) const':
/Applications/Arduino.app/Contents/Java/hardware/tools/arm/arm-none-eabi/include/c++/5.4.1/bits/basic_string.h:271:
undefined reference to `std::__throw_length_error(char const*)'
/var/folders/y6/92_zypps5mn20yh2m77cv9n00000gn/T/arduino_build_450067/sketch/faustTutorial.ino.cpp.o:
In function `void std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char> >::_M_construct<char const*>(char const*, char const*,
std::forward_iterator_tag)':
/Applications/Arduino.app/Contents/Java/hardware/tools/arm/arm-none-eabi/include/c++/5.4.1/bits/basic_string.tcc:219:
undefined reference to `std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >::_M_create(unsigned int&,
unsigned int)'
collect2: error: ld returned 1 exit status
Error compiling for board Teensy 3.6.
_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to