https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92247
fdlbxtqi <euloanty at live dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #10 from fdlbxtqi <euloanty at live dot com> ---
I have found out the reason.
I created the incorrect soft link. /usr/include/asm should link to
x86_64-linux-gnu/asm/ instead of asm-generic
Solution:
cd /usr/include
sudo rm asm
sudo ln -s x86_64-linux-gnu/asm/ asm
https://blog.csdn.net/yihui8/article/details/8620914