-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tinyusb mass storage example make command doesn't work. #143
Comments
Can you give more information? What error do you see? The |
Hello @xobs, I'm following along with the tutorial as well and I've encountered the same problem. I'm running MacOS X 10.15.7 and every time I run this command in the terminal I get this as the output: These are the steps of the tutorial for the tinyusb:
So I cloned the tinyusb into my fomu workshop folder and I've also tried cloning it outside of it but it didn't make a difference as I was still getting the same error. What is the cause of the error I'm seeing? Thanks! I'm kinda lost. J.H |
@jhu960213 you are calling https://github.com/hathach/tinyusb/blob/master/examples/device/cdc_msc/Makefile, which includes https://github.com/hathach/tinyusb/blob/master/tools/top.mk, where The point is that |
On the bottom of the Fomu as a CPU page, the make command for the tinyusb mass storage example doesn't work. The CROSS_COMPILE arg ends in "-", so maybe there's a typo there?
make command in doc:
make BOARD=fomu CROSS_COMPILE=riscv64-unknown-elf-
I'm using commits:
workshop 53cffe1
tinyusb 0d3a7257f54db8b867be35d80b9c1fda85f656d3
I'm running on macOS if that is relevant.
The text was updated successfully, but these errors were encountered: