Problems with vxWorks 5
dirk-zimoch opened this issue · 1 comments
dirk-zimoch commented
There are some minor compilation problems
- vxWorks 5 has no strdup()
- The PCIUINT32 type did not match the vxWorks pciConfigInLong() argument
- Some // comments in C code cause warnings with -ansi flag
Patch attached.
mdavidsaver commented