gcc version error #523
Replies: 6 comments 1 reply
-
ps@ps:
ps@ps: |
Beta Was this translation helpful? Give feedback.
-
---------------------------------------OS version---------------------------------------- VERSION_ID="22.04" ------------------------------------motherboard model------------------------------------
-------------------------------------------CPU------------------------------------------- Model name: AMD Ryzen 9 9950X 16-Core Processor |
Beta Was this translation helpful? Give feedback.
-
version 1.98.7 also error |
Beta Was this translation helpful? Give feedback.
-
For exemple, based on this answer about Have a look to your build directives into make CC='cc -Wframe-larger-than=1120' In last ressort change code of the structure to a Line 10408 in ad6730c with the following: static struct pci_device_id PCI_WDT_ids[] = { |
Beta Was this translation helpful? Give feedback.
-
Here's an optimized frame size that should work. make clean
make -j CC='cc -Wframe-larger-than=12288'
## Or to avoid warnings, explicitly specify gcc
make -j CC='gcc -Wframe-larger-than=12288'
|
Beta Was this translation helpful? Give feedback.
-
when I make this corefreq2.0 on Ubuntu22.04.1 desktop OS (5.15.0-43-generic) , I get this error . I have no idea
Beta Was this translation helpful? Give feedback.
All reactions