Hi
I am trying to compile and run my prog3.c program, but I am getting the compiler errors below. I have tried to reference the information by doing #include "node0.c" etc., but no luck. Any ideas on how to fix this problem? I attached the files below that I am working with. prog3.c is suppose to be the main simulator file. I am using DevC++ software. Any help is appreciated.
[Linker error] undefined reference to `rtupdate0'
[Linker error] undefined reference to `rtupdate1'
[Linker error] undefined reference to `rtupdate2'
[Linker error] undefined reference to `rtupdate3'
[Linker error] undefined reference to `linkhandler0'
[Linker error] undefined reference to `linkhandler1'
[Linker error] undefined reference to `linkhandler0'
[Linker error] undefined reference to `linkhandler1'
[Linker error] undefined reference to `rtinit0'
[Linker error] undefined reference to `rtinit1'
etc.
I just saw that this post should of went to the "C forum"..sorry