Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bug in MAKECONFIG : ARCH_SEATLE missing [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM
View previous topic :: View next topic  
Author Message
poe_1957
Apprentice
Apprentice


Joined: 26 Sep 2018
Posts: 192
Location: Mortsel

PostPosted: Thu Nov 26, 2020 12:47 pm    Post subject: bug in MAKECONFIG : ARCH_SEATLE missing [SOLVED] Reply with quote

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
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54584
Location: 56N 3W

PostPosted: Thu Nov 26, 2020 1:51 pm    Post subject: Reply with quote

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
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54584
Location: 56N 3W

PostPosted: Thu Nov 26, 2020 1:52 pm    Post subject: Reply with quote

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
View user's profile Send private message
poe_1957
Apprentice
Apprentice


Joined: 26 Sep 2018
Posts: 192
Location: Mortsel

PostPosted: Thu Nov 26, 2020 8:45 pm    Post subject: @neddyseagon [SOLVED] Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum