MEGA compiler example GATS error #50
Unanswered
davidanger
asked this question in
Q&A
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
GoldilocksAnalogueTestSuite:23:29: error: ephemera_common.h: No such file or directory
So, whats the problem?
All reactions