Innovative Integration
 
Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Log in to check your private messages
Log in to check your private messages
Compiling time with Code Composer Studio

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    II Support Forum Index -> Frequently Asked Questions (FAQ)
View previous topic :: View next topic  
Author Message
gmiller



Joined: 07 Mar 2006
Posts: 105
Location: Simi Valley, CA.

PostPosted: Thu Mar 23, 2006 1:27 pm    Post subject: Compiling time with Code Composer Studio Reply with quote

Q: Why does it take so long to compile and link my Pismo application.

A: Code Composer Studio ( CCS ) using C++ with the CDB file, there is a lot of compiling and linking to be done. This uses a lot of time as it is. Innovative also has many library commands to search through. There is one file that can be copied to your program and included in place of
#include "..\OmniBusModules.h"
Make a new name for this file eg
MyModules.h
*************************************************
Then take out the current #include and replace it with
#include "MyModules.h"
*************************************************
Now open the file and edit the lines of code
#define ALL__ 1
To read
#define ALL__ 0
*************************************************
now find the module or modules you are using and change them to read.
(use your moduals in this place)
#define A4D4__ 1
if a second module is present
#define Servo16__ 1
*************************************************
If you have 2 of the same module then only one line with the modual name is required to be changed.
Save the file and now recompile your app. The link time will be much quicker.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    II Support Forum Index -> Frequently Asked Questions (FAQ) (GMT - 8 Hours)
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

© Copyright 2006-2012 Innovative Integration
Powered by phpBB © 2001, 2002 phpBB Group
Based on iCGstation v1.0 Template By Ray © 2003, 2004 iOptional