View Single Post
Old 10-03-2011, 11:29 AM   #44
read365
Enthusiast
read365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to behold
 
Posts: 30
Karma: 11938
Join Date: May 2011
Location: Daegu, Korea(South)
Device: pocketbook pro 902, Jetbook Color 1
"BUILD=arm_gnueabi" is working Great, sergeyvl12 Thanks!
The problem I have now is that I would like to compile "BUILD=emu"

when i compile...

Code:
~/workspace/src/pb/inkdemo$ sudo make BUILD=emu
gcc -c -o obj_emu/inkdemo.c.o -D__EMU__ -DIVSAPP -Wall -g -m32  -MTobj_emu/inkdemo.c.o -MF`echo obj_emu/inkdemo.c.o | sed -e 's,\.o$,.d,'` -MD -MP inkdemo.c
In file included from /usr/include/sys/ioctl.h:27:0,
                 from inkdemo.c:5:
/usr/include/bits/ioctls.h:24:24: fatal error: asm/ioctls.h: file not found
compilation terminated.
make: *** [obj_emu/inkdemo.c.o] error 1
i'm using debian_wheezy amd64

how can i working "BUILD=emu"...??
read365 is offline   Reply With Quote