View previous topic :: View next topic |
Author |
Message |
poe_1957 Apprentice
Joined: 26 Sep 2018 Posts: 192 Location: Mortsel
|
Posted: Thu Nov 26, 2020 12:47 pm Post subject: bug in MAKECONFIG : ARCH_SEATLE missing [SOLVED] |
|
|
When i changed from 5.4.66 to 5.4.72 the first compilation works, but all the others fail since i copied the config file from the 5.4.66 to the new kernel.
I discovered that ARCH_SEATLE could be the culprit since it appears in a logic in the 5.4.72 makeconfig. However Arch_seatle is nowhere defined in the 5.4.72 makeconfig file
. So every time you compile after the first one it fails to compile the code in the sata part where it is an condition.
Code: | Symbol: ARCH_SEATTLE [=ARCH_SEATTLE] │
│ Type : unknown |
It seems to be in an logic equation ? & ? & arch_seatle which fails unfortunatly, i saw it but afterwards i could not find it anymore in the condition.
Can anyone look this up in the makeconfig logic? I do not know where to look. _________________ Linuxpioneer
ALUG
Last edited by poe_1957 on Thu Nov 26, 2020 8:46 pm; edited 1 time in total |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54584 Location: 56N 3W
|
Posted: Thu Nov 26, 2020 1:51 pm Post subject: |
|
|
poe_1957,
This page says
Code: | CONFIG_ARCH_SEATTLE: AMD Seattle SoC Family
General informations
The Linux kernel configuration item CONFIG_ARCH_SEATTLE has multiple definitions:
AMD Seattle SoC Family found in arch/arm64/Kconfig.platforms
The configuration item CONFIG_ARCH_SEATTLE:
prompt: AMD Seattle SoC Family
type: bool
depends on: (none)
defined in arch/arm64/Kconfig.platforms
found in Linux kernels: 4.3–4.20, 5.0–5.9, 5.10-rc+HEAD
Help text
This enables support for AMD Seattle SOC Family
AMD Seattle SoC Family found in arch/arm64/Kconfig
The configuration item CONFIG_ARCH_SEATTLE:
prompt: AMD Seattle SoC Family
type: bool
depends on: (none)
defined in arch/arm64/Kconfig
found in Linux kernels: 3.19, 4.0–4.2
Help text
This enables support for AMD Seattle SOC Family |
Its an arm64 symbol, so you won't normally see it an anything else.
If you are cross compiling did you forget to give the ARCH to make?
Code: | │ │ [ ] Rockchip Platforms (NEW) │ │
│ │ [ ] AMD Seattle SoC Family (NEW) │ │
│ │ [ ] Altera's Stratix 10 SoCFPGA Family (NEW) |
_________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Last edited by NeddySeagoon on Thu Nov 26, 2020 1:56 pm; edited 1 time in total |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54584 Location: 56N 3W
|
Posted: Thu Nov 26, 2020 1:52 pm Post subject: |
|
|
Moved from Kernel & Hardware to Gentoo on ARM.
Its an arm64 question. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
poe_1957 Apprentice
Joined: 26 Sep 2018 Posts: 192 Location: Mortsel
|
Posted: Thu Nov 26, 2020 8:45 pm Post subject: @neddyseagon [SOLVED] |
|
|
No NeddySeagoon,
i was compiling for amd64 3900X when it appeared. No cross compile. But I understand that it should not be selected in that tree.
Thanks for the explication.
For people who aren't aware that it belongs to ARM, the term Seatle means nothing and 'AMD' Seattle SOC Family put me on a wrong leg thinking that it belongs to AMD ZEN resp. X570 MB. _________________ Linuxpioneer
ALUG |
|
Back to top |
|
|
|