Quote:
Originally Posted by Ether
Keith, I'm not disagreeing with you, but how do you know all this? Is there a document somewhere which discusses this ?
|
NP Ether - I taught engineers how to use VxWorks (and embedded Linux) for 15+ years. Check Help->Help Contents->Wind River Documentation from the Workbench IDE. Under Guides->Operating System there is a Application Programmers Guide (which is about programming in a RTP) and a Kernel Programmers Guide (about programming in kernel space/mode) and a BSP Developers Guide (which is about building a board support package - which NI gives us). In our case, NI and/or WPI chose to not use RTPs and stick everything in kernel space/mode (probably because that is how LabView's code generator works). The C/C++ Developer User Guides and Getting Started->Tutorials are also most helpful.
HTH