Development log for porting application to Interix.
My Other Posts
综合文摘
数字摄影技术
健康文摘
xyzLinux
XYZ Embedded Linux
xyzHandheld Device
Previous Posts
Interix system patch
WinCE & Linux Blogs
Linux SPI architecture
Driving Me Nuts - Device Classes
The Driver Model Core, Part I
I2C Drivers, Part II
I2C Drivers, Part I
Archives
March 2005
April 2005
XYZ Interix Development
Monday, April 11, 2005
Compile gnu tar-1.15.1
Download sysexits.h to /usr/include from FreeBSD
in the file "src/list.c" adding the conditional:
#ifdef __INTERIX
#define makedev(x,y) mkdev((x), (y))
#endif /* __INTERIX */
- posted by cygwinxp @
8:11 AM
Comments:
Post a Comment
<< Home