问题:QT移植之tslib 1.4.1

我使用的配置是:

系统:ubuntu 11.04

GCC:4.6.1

arm-linux-gcc:4.3.2

sudo ./configure --host=arm-linux --disable-hp3600 --disable-arctic2 --disable-mk712 --disable-collie --disable-corgi --disable-ucb1x00 --disable-linear-h2200 --with-gnu-ld -prefix=/opt/EmbedSky/tslib_install ac_cv_func_malloc_0_nonnull=yes

在使用make来编译时,提示两个以下错误:

error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT in second argument needs 3 arguments

我更改了

/usr/include/i386-linux-gnu/bits/fcntl2.h

中的open函数,但重新编译还是一样的问题,请知道的指点一下吧!

你可能感兴趣的:(tslib,QT移植,fcntl2.h)