We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Turning off KCONFIG_DEBUG results in error:
KCONFIG_DEBUG
kernel.asm [1279]: hexletters = __fdo_hexdigits error: undefined symbol '__fdo_hexdigits'.
Turning off KCONFIG_NET_DRIVER_FORCEDETH results in error:
KCONFIG_NET_DRIVER_FORCEDETH
network/eth_drv/drivers/rtl8169.asm [400]: stdcall pci_bar_start, PCI_BASE_ADDRESS_0 include/proc32.inc [29] stdcall [3]: pushd arg error: symbol 'PCI_BASE_ADDRESS_0' out of scope.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Turning off
KCONFIG_DEBUG
results in error:Turning off
KCONFIG_NET_DRIVER_FORCEDETH
results in error:The text was updated successfully, but these errors were encountered: