Skip to content

Problem with IDE 1.6.7 Leonardo #3

Description

@kDuin

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions