Hey guys, thanks for such a great product! It’s just our first day, but my son and I are loving it. So far, I have Python and Scratch working well (with simplebot at least), but can’t see to get gcc to compile properly. No matter how I try running the command line, I get the error:
/tmp/cc9tITUv.o: In function BrickPiRx': simplebot_simple.c:(.text+0x1bc0): undefined reference to
CurrentTickUs’
simplebot_simple.c:(.text+0x1bdc): undefined reference to CurrentTickUs' /tmp/cc9tITUv.o: In function
main’:
simplebot_simple.c:(.text+0x1fb8): undefined reference to `ClearTick’
collect2: ld returned 1 exit status
Which leads me to think that it’s not finding tick.h properly, but even if it’s in the current directory, or /usr/local/include, I still get the message. Any ideas at what the problem could be?
Thanks!