Quote:
Originally Posted by mikets
Don't know the details of the cRIO platform and the Wind River cross compiler but if it were the Windows platform which I know very well, the compiler compiles the source code into machine code for the target platform. If the code calls some sort of library, then the generated code needs to link to the library code.
|
There's always a linking step. It may be handled seamlessly so you don't see it.
http://www.cprogramming.com/compilingandlinking.html