Replies: 4 comments
-
See the discussion here. There are two issues here. The first is the error regarding The Makefile in each example directory has this line:
and it is apparently the
This error causes all of the sources in the example directory (not TinyUSB itself) to not compile as the build system cannot find them. I don't know a proper fix for this, so I eliminated the Give this a try. |
Beta Was this translation helpful? Give feedback.
-
Hi, I tried to do this, but unfortunately I am still getting the same error. |
Beta Was this translation helpful? Give feedback.
-
It seems like make.mk in shared examples directory makes this call, didn't forgive out why does it not work too |
Beta Was this translation helpful? Give feedback.
-
in your terminal, what is the result of following command
PS: realpath is fixed by #1938, so maybe pull and give it a try again. PS2: moved to discussion since this is not a bug but rather user setup issue. |
Beta Was this translation helpful? Give feedback.
-
Operating System
MacOS
Board
Seeding Xiao
Firmware
Audio_test
What happened ?
realpath: illegal option -- r
usage: realpath [-q] [path ...]
CC dcd_samd.o
make: arm-none-eabi-gcc: No such file or directory
make: *** [_build/seeeduino_xiao/obj/src/portable/microchip/samd/dcd_samd.o] Error 1
How to reproduce ?
Trying to make the example
Debug Log as txt file
No response
Screenshots
No response
I have checked existing issues, dicussion and documentation
Beta Was this translation helpful? Give feedback.
All reactions