Arne Fitzenreiter 0 Posted December 17, 2019 Share Posted December 17, 2019 To run 32bit rustc you need enabled cp15 barrier emulation. (This is removed in ARMV8 arch and needed to emulated by the kernel) Please reenable like in legacy kernel 4.9: CONFIG_ARMV8_DEPRECATED=y CONFIG_SWP_EMULATION=y CONFIG_CP15_BARRIER_EMULATION=y CONFIG_SETEND_EMULATION=y 0 Quote Link to post Share on other sites
Igor 2161 Posted December 17, 2019 Share Posted December 17, 2019 https://github.com/armbian/build/pull/1680 0 Quote Link to post Share on other sites
Arne Fitzenreiter 0 Posted December 17, 2019 Author Share Posted December 17, 2019 Wow. That was fast. Thanx! 0 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.