s-macke / jor1k

Online OR1K Emulator running Linux
http://jor1k.com
BSD 2-Clause "Simplified" License
1.73k stars 193 forks source link

Strange files in jor1k-sysroot #128

Closed dugoh closed 7 years ago

dugoh commented 7 years ago

The /usr/include/bits directory has 3 sockets in it that should be normal header files. Under /usr/share/X11/locale/... are another 3 sockets that should be XI18N object tables.

This is the first time I ever got this one out of gcc:

/usr/include/sys/resource.h:18:27: fatal error: /usr/include/bits/resource.h: No such device or address

s-macke commented 7 years ago

The files have a size of zero in the filesystem https://github.com/s-macke/jor1k-sysroot/blob/master/fs.json and are supposed to have zero size. So the question is why the virtio/9p filesystem thinks that these are sockets.

s-macke commented 7 years ago

Fixed.