MEGA compiler example GATS error #50
Replies: 1 comment
-
The Goldilocks Analogue Test Suite is a test suite for the Goldilocks Analogue, somewhat obviously. It exercises all the additional hardware provided on the Goldilocks Analogue board, including DAC, SD interface, SPI RAM and Flash, and also an additional RTC crystal. The error is originated because the Time library is not installed, so a necessary header file is missing. But that is not important, because the code is somewhat irrelevant and useless for you unless you have a Goldilocks Analogue, and you're testing it, or you're just interested to see how the additional libraries are used. The 1284p is the Goldilocks of the ATmega range, and it is my favourite MCU. Nearly as much fun as the Z180 CPU. |
Beta Was this translation helpful? Give feedback.
-
GoldilocksAnalogueTestSuite:23:29: error: ephemera_common.h: No such file or directory
So, whats the problem?
Beta Was this translation helpful? Give feedback.
All reactions