Christoph Groß

Results 74 comments of Christoph Groß

![image](https://user-images.githubusercontent.com/11088935/55591573-21e4bd00-5736-11e9-84f8-24d83ed0d38c.png) a little screenshot of running your clock (although without the case and without buttons atm)

It would be great to have the tasks above in the examples or in the documentation . I was looking for something similar: Merging document A and B (x pages...

The active apps on the new instance: ![image](https://user-images.githubusercontent.com/11088935/162574003-2bff9589-dd0b-4bab-908b-6b922f2e2521.png)

Could you please give us the output from `readelf --all ./test | grep interpreter` (from https://stackoverflow.com/questions/35071872/bash-no-such-file-or-directory). It looks like there is a problem with your linker :thinking:

Is there already a branch where we can try this?

Is there an workaround to already use the `-new` and `-old`parameters without getting this bug?

Here is a longer description: https://clang.llvm.org/docs/CrossCompilation.html#target-triple It's basically the target that you want to compile for and it's (often) seperated in 3 parts. Therefore target triple.

Its pulled by nrf52833-hal -> nrf-hal-common: https://github.com/nrf-rs/nrf-hal/blob/663008c033ad67263e4ac0c561d5d1fac28d7170/nrf-hal-common/Cargo.toml#L25 And its "only" used to get the temperature: https://github.com/nrf-rs/nrf-hal/blob/56e2752cf81879c683a7fa64b5d579704f1d2746/nrf-hal-common/src/temp.rs

I'm fine either way but prefer bumping the msrv slightly to avoid adding the 'fixed' restriction :man_shrugging: We could also release a 0.13.1, where we keep the old msrv and...