|
Re: Build Error(s)
It looks like you're building the wrong kind of project. The build indicates that you're trying to build a .exe which would be a native project instead of a VxWorks 6.x Downloadable kernel Module Project. Try to start from a clean workspace and do a New->Example->VxWorks Downloadable Kernel Module Project->FRC Simple Robot Template. Once you create the project, right click on the project and select Build Project. Hopefully it will build.
HTH,
Mike
|