`
bolutes
  • 浏览: 869179 次
文章分类
社区版块
存档分类
最新评论

cannot open source file "asm/errno.h"

 
阅读更多

转载:http://www.code-aster.org/forum2/viewtopic.php?id=15285

Thanks Thomas,


I do have seen these posts before but I was not understanding what to do with the pieces of code...

This is how I proceed :

1) Edit file errno.h in /usr/include/linux (as root user) & change the line :

#include <asm/errno.h>

to

#include <errno.h>

2) Try to compile one first time (mumps compiled & aster failed immediatly after cause HDF as failed as well at the beginning)

3) Re-edit the file in 1) & cancel changes made in step 1. So re-write the line :

#include <errno.h>

to

#include <asm/errno.h>

4) Try to compile again. Normally everything is successful at the end.

Note that I did not disable scoth as I did in my first post & it finally works as well.

Note : For eficasQt there are still the "QListBoxitem" expression to be replaced...

Edit : eficasQT seems to work well on the 64bits platform
分享到:
评论

相关推荐

    linux2.6.x/include/asm-armnommu/arch-s3c44b0/uart.h

    本着服务广大菜鸟的原则,发布稀有资源,且免分的 这个uart.h文件是在uclinux2.6.9移植过程中需要的,配合serial_s3c44b0.c完成串口的驱动。

    sched的头文件内容

    #include &lt;asm/param.h&gt; /* for HZ */ extern unsigned long event; #include &lt;linux/config.h&gt; #include &lt;linux/binfmts.h&gt; #include &lt;linux/threads.h&gt; #include &lt;linux/kernel.h&gt; #include &lt;linux/types.h&gt; #...

    GPIO模拟I2C程序实现

    #include &lt;linux/errno.h&gt; #include &lt;linux/miscdevice.h&gt; #include &lt;linux/fcntl.h&gt; #include &lt;linux/init.h&gt; #include &lt;linux/delay.h&gt; #include &lt;linux/proc_fs.h&gt; #include &lt;linux/workqueue.h&gt; #include &lt;asm...

    基于C的firewall

    这是一个简单的基于C语言的防火墙,#include &lt;linux/kernel.h&gt; #include &lt;linux/ip.h&gt; #include &lt;linux/module.h&gt; #include &lt;linux/netdevice....#include &lt;asm/uaccess.h&gt; /* for put_user */ #include &lt;linux/init.h&gt;

    linux内核指导相关源代码

    #include &lt;linux/errno.h&gt; #include &lt;linux/types.h&gt; #include &lt;linux/fcntl.h&gt; #include &lt;linux/init.h&gt; #include &lt;linux/poll.h&gt; #include &lt;asm/uaccess.h&gt; #include &lt;asm/system.h&gt; #ifndef VFIFO_MAJOR #define ...

    LINUX下的arm2410开发板ADC 驱动程序

    #include&lt;asm/hardware.h&gt; //硬件头文件 #include&lt;asm/uaccess.h&gt; //用户和内核数据复制头文件 #define DEVICE_NAME "s3c2410_adc_module" #define ADCRAW_MINOR 1 //次设备号 typedef struct{ int channel; //...

    宝发TP资料.rar

    #include &lt;linux/i2c.h&gt; #include &lt;linux/input.h&gt; ...//#include &lt;asm/jzsoc.h&gt; static struct i2c_client *this_client; static struct ft5x0x_ts_platform_data *pdata; #define CONFIG_FT5X0X_MULTITOUCH 1

    asm.jar各个版本

    asm-1.3.3.jar, asm-1.3.4.jar, asm-1.3.5.jar, asm-1.4.1.jar, asm-1.4.2.jar, asm-1.4.3.jar, asm-1.4.jar, asm-1.5.1.jar, asm-1.5.2.jar, asm-1.5.3.jar, asm-2.0.jar, asm-2.1.jar, asm-2.2.1-sources.jar, asm...

    cglib-2.2.jar asm-tree.jar asm-commons.jar asm.jar

    cglib动态代理模式jar包 cglib-2.2.jar asm-tree.jar asm-commons.jar asm.jar

    org.springframework.asm-3.0.5.RELEASE.jar

    org.springframework.asm-3.0.5.RELEASE.jar

    org.objectweb.asm-3.3.1.v201105211655.jar

    asm字节码jar包,仅需要一个就可以。具体使用,可以参考http://blog.csdn.net/gaoshan12345678910/article/details/78131784

    make menuconfig

    make[1]: `include/asm-arm/mach-types.h' is up to date. CHK include/linux/utsrelease.h CC arch/arm/kernel/asm-offsets.s cc1: error: invalid option `abi=aapcs-linux' make[1]: *** [arch/arm/kernel/asm-...

    ds18b20驱动2.6下的

    ds18b20驱动 #include &lt;linux/module.h&gt; ...#include &lt;asm/irq.h&gt; #include &lt;asm/arch/regs-gpio.h&gt; #include &lt;asm/hardware.h&gt; #include &lt;sys/time.h&gt; #include &lt;asm/delay.h&gt; #include &lt;linux/delay.h&gt;

    com.springsource.org.objectweb.asm-3.2.0.jar

    严重: Exception sending context initialized event to listener instance ... nested exception is java.lang.NoClassDefFoundError: org/objectweb/asm/Type ssh 框架的java web项目部署到tomcat报上面错误 添加此包

    asm.jar包冲突

    NULL 博文链接:https://tanghaidi.iteye.com/blog/554279

    asm-attrs.jar

    asm-attrs.jar asm-attrs.jar asm-attrs.jar

    Ja-netfiter-2022.2.0 主要更新对 jdk 17的兼容

    jdk 17需要 新增 配置 如下 jvm参数 --add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED --add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED

    Linux内核中读写文件数据的方法

    在kernel中操作文件没有标准库可用,需要利用kernel的一些函数,这些函数主要有:filp_open() filp_close(), vfs_read() vfs_write(),set_fs(),get_fs()等,这些函数在linux/fs.h和asm/uaccess.h头文件中声明,...

    asm-2.2.3.jar

    asm-2.2.3.jar辛辛苦苦从官网上下载的 asm-2.2.3.jar辛辛苦苦从官网上下载的 asm-2.2.3.jar辛辛苦苦从官网上下载的

Global site tag (gtag.js) - Google Analytics