Hi,
i encounter these errors when compiling the example sketches DemoPAL and DemoNTSC:
Arduino: 1.6.7 (Windows 10), Board: "Arduino Leonardo"
sketch\DemoPAL.pde.cpp.o: In function `setup':
C:\Users\***\AppData\Local\Temp\arduino_7607eaa6f3fb716b8514606f386201a9/DemoPAL.pde:30: undefined reference to `font6x8'
C:\Users\***\AppData\Local\Temp\arduino_7607eaa6f3fb716b8514606f386201a9/DemoPAL.pde:30: undefined reference to `font6x8'
C:\Users\***\AppData\Local\Temp\arduino_7607eaa6f3fb716b8514606f386201a9/DemoPAL.pde:47: undefined reference to `font4x6'
C:\Users\***\AppData\Local\Temp\arduino_7607eaa6f3fb716b8514606f386201a9/DemoPAL.pde:47: undefined reference to `font4x6'
C:\Users\***\AppData\Local\Temp\arduino_7607eaa6f3fb716b8514606f386201a9/DemoPAL.pde:49: undefined reference to `font6x8'
C:\Users\***\AppData\Local\Temp\arduino_7607eaa6f3fb716b8514606f386201a9/DemoPAL.pde:49: undefined reference to `font6x8'
C:\Users\***\AppData\Local\Temp\arduino_7607eaa6f3fb716b8514606f386201a9/DemoPAL.pde:51: undefined reference to `font8x8'
C:\Users\***\AppData\Local\Temp\arduino_7607eaa6f3fb716b8514606f386201a9/DemoPAL.pde:51: undefined reference to `font8x8'
C:\Users\***\AppData\Local\Temp\arduino_7607eaa6f3fb716b8514606f386201a9/DemoPAL.pde:53: undefined reference to `font6x8'
C:\Users\***\AppData\Local\Temp\arduino_7607eaa6f3fb716b8514606f386201a9/DemoPAL.pde:53: undefined reference to `font6x8'
collect2.exe: error: ld returned 1 exit status
exit status 1
Note: I already changed the second line from
#include <fontALL.h>
to
#include <TVoutfonts/fontALL.h>
because this was throwing an error, that the file could not be found...
Can anyone help me?
Hi,
i encounter these errors when compiling the example sketches DemoPAL and DemoNTSC:
Note: I already changed the second line from
#include <fontALL.h>to
#include <TVoutfonts/fontALL.h>because this was throwing an error, that the file could not be found...
Can anyone help me?