lupyuen / stm32-blue-pill-rust

Rust for STM32 Blue Pill with Visual Studio Code
Apache License 2.0
107 stars 12 forks source link

extern crate panic_semihosting; issue #5

Closed RamArjunVarma closed 4 years ago

RamArjunVarma commented 4 years ago

I have done all the process mentioned here but when i open workspace i keep on getting issue { "resource": "/D:/Projects/rustembed/stm32-blue-pill-rust/src/main.rs", "owner": "rust-file:///d%3A/Projects/rustembed/stm32-blue-pill-rust", "severity": 8, "message": "extern location for panic_semihosting does not exist: d:\Projects\rustembed\stm32-blue-pill-rust\target\rls\thumbv7m-none-eabi\debug\deps\libpanic_semihosting-8b50fc01d952601c.rmeta", "source": "rustc", "startLineNumber": 12, "startColumn": 1, "endLineNumber": 12, "endColumn": 32 } hope you can help Capture