Closed omicronns closed 1 year ago
Sorry for the long latency. Would you mind to paste the output of
$ make print-versions
? Could you also retry again with the current master
of RIOT? I think we may have merged a PR that fixes the issue in the meantime without noticing it is relevant to this issue.
Since the reporter is unresponsive, I'm closing this. Building rust apps in master
works fine ... almost. Once https://github.com/RIOT-OS/RIOT/pull/19602 is in it should indeed work again.
Hi, I'm trying to build
rust-hello-world
example and it fails at linking step:Dry run for more information:
To be able to compile the code I had to remove
-Wl,--fatal-warnings
frommakefiles/arch/cortexm.inc.mk
, which I think is not intended solution.Is this known problem?