Languages

Menu
Sites
Language
fatal error: 'unistd_32.h' file not found

I am building a Native library on MacOSX 10.8.4 for the emulator.  Unistd.h includes either unistd_32.h or unistd_64.h but neither are in the distribution.

Is this a know problem ?  If someone can email me the proper files, that would be great.

Tizen Version : 2.1.0    Build id : 20130416-1436

In file included from /Users/cmckenzie/Documents/tizen-sdk/platforms/tizen2.1/rootstraps/tizen-emulator-2.1.native/usr/include/syscall.h:1:

In file included from /Users/cmckenzie/Documents/tizen-sdk/platforms/tizen2.1/rootstraps/tizen-emulator-2.1.native/usr/include/sys/syscall.h:25:

/Users/cmckenzie/Documents/tizen-sdk/platforms/tizen2.1/rootstraps/tizen-emulator-2.1.native/usr/include/asm/unistd.h:2:12: fatal error: 'unistd_32.h' file not found

#  include "unistd_32.h"

 

 

Thank you,

Clara McKenzie

cmckenzie@gracenote.com

Responses

4 Replies
muditha murthy
I guess 'unistd_32.h' file is not supported. i checked the library file systems and was able to find only 'unistd.h' . If possible try including this to build your library.
Clara McKenzie
unistd.h includes either unistd_32.h or unistd_64.h so including unistd.h does not help
Ulf Hofemeier
Hi Clara, can you join the #tizen channel on irc.freenode.net please? Thanks. Ulf
MooChang Kim
hi I guess you included 'sys/syscall.h' or something.. I found in emulator case only those files are missing. you can download find those header files from 'kernel-headers' package(below link) http://download.tizen.org/releases/2.1/latest/repos/tizen-base/ia32/packages/i586/kernel-headers-2.6.36-1.1.i586.rpm