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

Sponsor

NEW! TMS320C6474: 3x the performance. 1/3 the cost. Three 1 GHz cores on 1 chip.

Discussion Groups

Discussion Groups | Code-Composer | Loading two projects using gel or scripting perl files

Technical discussions about Code Composer Studio.

  

Post a new Thread

Loading two projects using gel or scripting perl files - ashok - Jun 21 0:09:00 2005



Scenario: when we load thru CCS: Project-->Open Project (x1.pjt),
All the dependencies like other .pjt are automatically loaded like
x11.pjt and x12.pjt.

Problem:
When we are loading thru Gel_ProjectLoad () ,It's dependencies are
not being updated.
Gel File

*********************************************
menuitem "Project"
hotmenu test()
{
GEL_ProjectLoad("D:\\ashok\\Test\\\\x1.pjt");
}
**********************************************
Only x1.pjt is loading and other .pjt's are not being loaded.

Even tried with perl script using
$MyprojectąProjectOpen("x1.pjt") is not loading it's dependencies.

how to load x1.pjt which inturn loads x11.pjt and x12.pjt

Thankx in advance
Regards
./ashok





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