Log in

View Full Version : WPILib missing Header files; No Windriver


1758programmers
09-10-2014, 21:27
We have a scrimmage coming up, so we're really desperate to get some answers:

Our old programming captain left us the WPILib and most of the header files associated with it. However, he also assumed that we could activate WindRiver. That... hasn't happened. We are missing anything that could possibly activate the program (all we have is the disk, and that's it). So, we've been using Eclipse.

However, the biggest problem is that WPILib.h references a ton of other header files, many of which are missing.

As of right now, we do not have:

sockLib.h
inetLib.h
Literally all of the files to the side: http://i.imgur.com/vyam4I1.png (starting with arch/...)
All of these files as well: http://i.imgur.com/BchmMUW.png
Whatever those "private" files are: http://i.imgur.com/hngHZYu.png
And who knows how many more, since the header files can include other header files...


This list is greatly shortened since we downloaded 13 header files off the internet today, but there has to be a better way. All of the files were trademarked by Wind River, and we have a feeling that all of the "arch" and "private" files/folders are not open source since we couldn't quite find them on Google.

Is there absolutely anything we can do to get this code up and running by Saturday, other than go and scour the entirety of the internet for these files?

https://docs.google.com/document/d/1oA_vkKtzpRCYAE6QlMR3ufJKbozV_simoybFoTX62lw/edit?usp=sharing

(Robot Code, if necessary)

RufflesRidge
09-10-2014, 21:42
We are missing anything that could possibly activate the program (all we have is the disk, and that's it).

The disc is what you use to activate Windriver...

http://wpilib.screenstepslive.com/s/3120/m/7913/l/79732-installing-the-c-development-tools

1758programmers
09-10-2014, 22:29
The disc is what you use to activate Windriver...


Wait, the activation file is on the disk?

How many programmers does it take to install Windriver? Apparently, 4 plus a guy on the internet.

Thanks :)