discovery
discovery copied to clipboard
Discover the world of microcontrollers through Rust!
Not entirely sure what is happening here, I'm guessing it's some compiler optimization, but I can't seem to put a breakpoint on line 13 as shown in the chapter. Instead...
I am not sure if this causes any actual issues as of right now, so this might be mostly to get pointers for further digging. When going through the `Debug...
``` error: linking with `rust-lld` failed: exit code: 0xc0000374 | = note: "rust-lld" "-flavor" "gnu" "C:\\Users\\saska\\AppData\\Local\\Temp\\rustcBauPo5\\symbols.o" "C:\\Users\\saska\\OneDrive\\Документы\\new_rust_proj\\blog_os\\target\\thumbv7em-none-eabihf\\debug\\deps\\blog_oss-854208556bc7ce2a.3w4ia5dcjc260dzm.rcgu.o" "--as-needed" "-L" "C:\\Users\\saska\\OneDrive\\Документы\\new_rust_proj\\blog_os\\target\\thumbv7em-none-eabihf\\debug\\deps" "-L" "C:\\Users\\saska\\OneDrive\\Документы\\new_rust_proj\\blog_os\\target\\debug\\deps" "-L" "C:\\Users\\saska\\.rustup\\toolchains\\stable-x86_64-pc-windows-gnu\\lib\\rustlib\\thumbv7em-none-eabihf\\lib" "-Bstatic" "C:\\Users\\saska\\.rustup\\toolchains\\stable-x86_64-pc-windows-gnu\\lib\\rustlib\\thumbv7em-none-eabihf\\lib\\librustc_std_workspace_core-135f557a473c308d.rlib" "C:\\Users\\saska\\.rustup\\toolchains\\stable-x86_64-pc-windows-gnu\\lib\\rustlib\\thumbv7em-none-eabihf\\lib\\libcore-ba82e45a60f56b09.rlib" "C:\\Users\\saska\\.rustup\\toolchains\\stable-x86_64-pc-windows-gnu\\lib\\rustlib\\thumbv7em-none-eabihf\\lib\\libcompiler_builtins-2dcd61298e9fcb4f.rlib" "-Bdynamic" "--eh-frame-hdr"...
Can cc to the maintainer of other language support libraries after merging new chapters next time For example, merging #535 and modifying the link, can we cc other language library...
I tried to execute the code in GDB on Manjaro. Compilation completes successfully and gdb-multiarch is installed When I launch the gdb it writes: Reading symbols from target/thumbv6m-none-eabi/debug/led-roulette... so I...
Fixes #536
I think this repository would benefit a lot from having a [CITATION file](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files) to help users know how to correctly cite the book as a source.
Next what we want to do is get to the main function of our program. We will do this by first setting a breakpoint there and **_the_** continuing program execution...
I'm working through 05-led-roulette and I am at the "debug it" step. I connected to the remote GDB server and set a breakpoint at main. However, when I type "continue"...
I have a microbit v2.21, connected to a recently installed Debian 11.6 Here is the error: ``` $ cargo embed --target thumbv7em-none-eabihf Finished dev [unoptimized + debuginfo] target(s) in 0.01s...