i wanted to continue my first linux & rust driver but a weird bug keeps biting my butt. essentially:
- generated pmOS img (with rust included in linux-next) works: https://pkgs.postmarketos.org/package/master/postmarketos/armv7/device-samsung-expressatt
- locally built kernel without rust works
- locally built kernel with rust doesnt work
local cmds
make LLVM=1 O=.output ARCH=arm qcom_defconfig pmos.config devices.config all
pmb build --envkernel linux-next
pmb build --force device-samsung-expressatt
dunno how to debug this :/