fatal error: gnu/stubs-n64_hard_2008.h: No such file or directory

简介: fatal error: gnu/stubs-n64_hard_2008.h: No such file or directory

错误如下:


/usr/include/mips64el-linux-gnuabi64/gnu/stubs.h:41:11: fatal error: gnu/stubs-n64_hard_2008.h: No such file or directory
 # include <gnu/stubs-n64_hard_2008.h>
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
ERROR: libass not found using pkg-config

经过搜索,发现没有这个文件,而是有stubs-n64_hard.h


于是查看了宏定义:__mips_nan2008


这是怎么来的?


解决办法:


在代码中加一个undfine

传递一个正确参数

直接修改文件。

目录
相关文章
|
关系型数据库 MySQL C语言
gcc版本过低导致charconv: No such file or directory
gcc版本过低导致charconv: No such file or directory
1455 0
|
C语言 Python Windows
gcc: error: /FIPython.h: File o directory non esistente
gcc: error: /FIPython.h: File o directory non esistente
116 0
x86_64-linux-gnu/libgdk-x11-2.0.so: error adding symbols: DSO missing from command line
x86_64-linux-gnu/libgdk-x11-2.0.so: error adding symbols: DSO missing from command line
239 0
|
C语言
gcc is unable to create an executable file.
gcc is unable to create an executable file.
408 0
|
C语言
configure:3855: gcc -V >&5 gcc: error: unrecognized command line option '-V'
configure:3855: gcc -V >&5 gcc: error: unrecognized command line option '-V'
654 0
|
C语言
编译OpenJDK8:configure error /usr/lib64/ccache/gcc is a symbolic link to ccache
编译OpenJDK8:configure error /usr/lib64/ccache/gcc is a symbolic link to ccache
125 0
|
Web App开发 C语言
configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
使用yum update gcc只能更新到gcc-4.4.7-11.el6.x86_64 下载了更高版本的GCC http://mirror.hust.edu.cn/gnu/gcc/gcc-4.
2706 0
|
6月前
|
编译器 Linux 开发工具