I am working on an old C31 project used with CC version 3.04 about two years ago. We are now using CC version 4.10 with code gen tools ver 5.11. When I try to build the sources the linker can't find the run time library "rts30b.lib". The engineer that set this up is no longer with us so I can't ask him what is up with this. Is the "rts30b.lib" a custom library that we built? Or is this an old library and I need to find CC version 3.04 that was originally used? Or am I just missing something obvious like looking in the right directory? Thanks, Rick Collins Rick Collins Arius - A Signal Processing Solutions Company Specializing in DSP and FPGA design http://www.arius.com 4 King Ave 301-682-7772 Voice Frederick, MD 21701-3110 301-682-7666 FAX |
|
Run time library
Started by ●December 17, 2001
Reply by ●December 17, 20012001-12-17
I think I figured out what this is about. The 'b' in the name
likely indicates the "big" memory model. The standard libraries that are provided with the tools do not include any of the big models. So this has to be built using the mk30 library build utility. I am trying to do this now, but it does not seem to be idiot proof. We'll see if I can trip it up :) Rick Collins At 05:48 PM 12/17/01, Huang, Haiying (Haiying)** JV ** wrote: >Rick, > >First do a search on your computer to find out where this "rts30b.lib" is >located. Then you can either include the full path in your #include command >or set it up at your build option. > >Haiying > >-----Original Message----- >From: Arius - Rick Collins [mailto:] >Sent: Monday, December 17, 2001 3:56 PM >To: ; >Subject: [code-comp] Run time library >I am working on an old C31 project used with CC version 3.04 about two >years ago. We are now using CC version 4.10 with code gen tools ver 5.11. >When I try to build the sources the linker can't find the run time library >"rts30b.lib". The engineer that set this up is no longer with us so I can't >ask him what is up with this. > >Is the "rts30b.lib" a custom library that we built? Or is this an old >library and I need to find CC version 3.04 that was originally used? Or am >I just missing something obvious like looking in the right directory? > >Thanks, > >Rick Collins Arius - A Signal Processing Solutions Company Specializing in DSP and FPGA design URL http://www.arius.com 4 King Ave 301-682-7772 Voice Frederick, MD 21701-3110 301-682-7666 FAX |