rust-embedded / embedonomicon

How to bootstrap support for a no_std target
https://docs.rust-embedded.org/embedonomicon/
Apache License 2.0
206 stars 34 forks source link

no app-*.o files were found in my target/debug... folder. I am on ru… #39

Open U007D opened 5 years ago

U007D commented 5 years ago

…stc 1.32.0 on Ubuntu 18.04; updated instructions to remove .o; note output was also not as shown--corrected as well.

If this PR is accepted we should update the app.nm #include, remove the inline dump and 'Note: as opposed to:' text.

therealprof commented 5 years ago

Hm, not sure this is the best option as this will also weed unnecessarily through all other files in that directory.

U007D commented 5 years ago

Current implementation shows all app-*.o, which do not exist (at least on my machine).

Suggestions?

jamesmunns commented 4 years ago

@U007D was this specifically on a mac? Do you happen to still have the same configuration? I'd be interested to know what was there.

jamesmunns commented 4 years ago

Note: will probably need to be rebased on https://github.com/rust-embedded/embedonomicon/pull/66