Hello all,
Does anyone have a workaround for the following error:
cannot find linker script memory.x
>>> INCLUDE memory.x
>>> ^
that arises when compiling packages within workspaces?
I've tried a few things like adding println!("cargo:rustc-link-arg=-T{}/memory.x", env!("CARGO_MANIFEST_DIR")); to my build.rs, but nothing has worked so far.
Whatever the solution is, it would likely be good to document it somewhere