Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch

Discussion Groups

Discussion Groups | Code-Composer | Re: problem with rts55 lib (fwd)

Technical discussions about Code Composer Studio.

  

Post a new Thread

Re: problem with rts55 lib (fwd) - Ed BECH - Apr 27 6:59:45 2006



The library is in :
C:/YourCCSInstallDirectory/C6000/cgtools/lib/rts55.lib can't a search on the
pattern "rts55" could have told you that ?
Anyhow, to link the lib, do not forget to include the search path and the lib in
the compiler options :
cl55.exe main.c -o Outputfile.out -I"C:/YourCCSInstallDirectory/C6000/cgtools/lib/"
-l rts55.lib
is it clear enough ?

|Hi
|
|first of all thanks to all the group members for thr replies to the previous
problems.........they really helped.
|
|I m creating my own project........but unable to include rts55 lib.....where will I find it
....or thr is any other method to include it in the
|project.
|
|Thanks
|Rashmi Chawla.
|
|
|
|
|
|
|NEW!  You can now post a message or access and search the archives of this group on
DSPRelated.com:
|http://www.dsprelated.com/groups/code-comp/1.php
|
|_____________________________________
|
|
| *   
|
|______________________________________________________________________________________________
_______________________________________________________________
|
|



(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )