Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2014-06-30 | 926 Bytes | |
dsr6xx-42.06.XX.zip | 2014-06-30 | 289.6 kB | |
Totals: 2 Items | 290.5 kB | 0 |
The patch contains two scripts to build and clean the code. The code was built for VxWorks using: ccmips (GCC) version 3.3.2 20030904 (Wind River vxworks61) You also need bash version 3.0 or greater and a WindRiver vxWorks6.1 distribution. To install the patch a user can do as follows: 1) Unzip vxUtils-1.1.0.zip into a directory of their choice. 2) Copy the supplied patch to the installation directory. 3) cd into the httpd sub directory 4) Type patch -p1 < ../httpd-shawdirect.diff 5) After the patch is applied the following files will be left: build_httpd.sh, clean_httpd.sh, httpd.c and httpd.h 6) To build the user must chmod +x the .sh files and then run the associated script to build or clean. Note that the user will need to modify the build script to set up the wrs paths. 7) For x86 build they can type the following: gcc -c httpd.c --std=gnu99 -o httpd.o