"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"...??