What happens is:
Select file->New->Project, then select "VxWorks Image Project" and click
"Next"
The following appears in the workbench Error Log pane:
Unhandled event loop exception org.eclipse.ui
java.lang.NullPointerException org.eclipse.ui
The same errors occur if I try to "import existing VxWorks image project into
workspace"; I select the project file (provided with the BSP), click "Finish"
in the Static Analysis dialog, and the same error messages occur.
Can anyone suggest what the problem could be, please? Could this be down to an
incomplete installation?
Any suggestions appreciated.
TIA,
Eddy
If you double-click on the error in the error log view, an Event
Details dialog will appear.
In the Message: portion of the dialog, you can scroll through the
output of the failed project creation...
This will usually lead you straight to the problem.
If the error messages are too obtuse, open a vxWorks 6.2 shell and
build the BSP from the command line.
Once the BSP builds from the shell, it will almost always generate a
VIP without error.
If all that fails, the Event details dialog allows you to copy all the
details to the Windows clipboard.
Then you can paste it into an email to send to Wind River support.
HTH,
GV
Raj
> Please confirm that you have installed first Workbench and then
> vxworks.
> The log file is generated in the WindRiver Folder.
> You can read that and understand why the project creation is failing.
>
You're correct. It appears VxWorks support has not been installed.
Thanks for the pointer - I'd just assumed this had been done correctly.
Eddy