https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92247

js5506 at columbia dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |js5506 at columbia dot edu

--- Comment #12 from js5506 at columbia dot edu ---
(In reply to fdlbxtqi from comment #10)
> 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

Where is /usr/include/asm?

Reply via email to