Thank you for your response....
I kept the "mother" project as the OpenTCP.mcp and dragged our "daughter" project into the project window. The black dot underneath the target was checked, but the dot underneath the bug was not. I compiled the "mother" project but I can confidently say that the "daughter" subproject did not compile. I purposely did not sync the main.c files just so I could generate a list of errors. Do you know why the subproject did not compile even though it was part of the build project?
I went down a second avenue to fix this problem. I added all of the .c files from the "daughter" project into the "mother" project. Then I checked for common files and had to modify the rti.c file, the vectors.c file, and of course the main.c file. After careful updating, I compiled the code and went to the debugger. The project ran but would consistently get caught in a software trap. I was able to locate the software trap as the unitialized software trap (vector 62) of vectors.c in the provided OpenTCP Vectors.c. I have no idea what would cause the program to get caught here and suspect it may have something to do with the timers.
I am at a point where I ran out of ideas and was hoping you may be able to provide some insight (on either issue). Thanks in advance,
Paul