Hi!
I'm trying to compile the RTL81xx driver, as I installed Haiku yesterday (18th January nightly build) on my Dell Mini 10v, and I ran into this bug.
I want to compile only the driver and its dependencies, since it would take a while to compile haiku on a 1.6GHz Atom :)
[...]
ar: creating generated/objects/haiku_host/x86/release/tools/rc/librdef.a
ar: unable to rename 'generated/objects/haiku_host/x86/release/tools/rc/librdef.a'; reason: Invalid Argument
rm -f generated/objects/haiku_host/x86/release/tools/rc/librdef.a
ar ru generated/objects/haiku_host/x86/release/tools/rc/librdef.a
[...]
...failed Archive generated/objects/haiku_host/x86/release/tools/rc/librdef.a ...
...removing generated/objects/haiku_host/x86/release/tools/rc/librdef.a
...skipped rc for lack of librdef.a...
[...]
...skipped rtl81xx for lack of mimeset...
whole output at pastebin.
I'm trying to build build it on my Haiku install. It's a bit strange that it tries to rename librdef.a, an then deletes it, but I'm not familiar with jam :)
thanks for the help.