-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linker error on mcu.c with some specific config #104
Comments
Looks like CONFIG_HWMON cannot be build as module. Changing it to Y fixes the linker issue. |
I ran into something similar with |
About the commit beafa88 you mentioned. I did not find that kernel to be very stable. Under load, it would just randomly kill processes like |
The dev branch is more stable IIUC, this is also where they base the firmware on in CI. |
After applying
sophgo_mango_normal_defconfig
on top of our alpine linux edge kernel im receiving the following linker error. It seems to happen only on some specific config cases but im not sure which ones. This is based on commit: beafa88With the following config: https://sprunge.us/PP7uUK
The text was updated successfully, but these errors were encountered: