Replies: 1 comment
-
The usual Sorry for the trouble. That |
Beta Was this translation helpful? Give feedback.
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.
-
Hey Rustaceans,
I'm just starting to use rust and cargo so I'm not particularly familiar with the build process and I followed the instructions in the template repo here and that worked great. I was able to build without any problems using the
cargo objcopy --release -- -O ihex hello-world.hex
. But then of course I went and started changing the code which caused it to not be able to build but when using the same command as before. The problem isn't that there are errors, the problem is that the output says that there were errors but don't tell me what the errors were. How do I get cargo to output any errors when there are errors? Or where do the errors go when they are created?Example output:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions