Testing the changes
- In the Source Editor, choose Target > Make File complex.o to compile the file.
A Shell tool opens and SNiFF+ compiles the file. After successful compilation, let's build
and run the executable to see the effects of your modifications.
In the Project Editor
Choose Target > Make > all to build the shared project's executable.
The project's Make command is recursively executed in the Shell tool. Upon completion,
you should have an executable named
complex
in:
<complex_dir>/user/complex
Run the executable to assure yourself that it executes properly.
Close all open tools except the Source Editor and the Launch Pad.