Hi All,
What should I do to configure the project build options in Code composer studio
ver 3.3 to make it use non absolute file paths which enable the code composer
studio to open and load the project on a different machine without browsing for
the libraries, header files, and cmd files?
In other words, I want to create a subfolder in the main project folder which
contains all the cmd files libraries and header file used within the project.
And set the project option to include the files in that subfolder in a non
absolute path.
after Moving that project, with the subfolder, to another computer.
CCS should be able to Open that project include the required files without
asking for any file path.
Thanks in advance
Regards,
Bahaa
_____________________________________
build options to run a CCS project from antoher PC
Started by ●February 11, 2009
Reply by ●February 12, 20092009-02-12
Reply by ●February 12, 20092009-02-12
Hi Bahaa,
I'm not sure if this is what you are asking but this is what I do to make sure that there are no file path issues with project files. In the project build options do the following
Project->Build Options->Compiler->Preprocessor->Include Search Path (-i)-> $(Proj_dir)\..\include\headers
Project->Build Options->Linker->Basic->Output Filename (-o)->.\Debug\Project_Out_Filename.out
Project->Build Options->Linker->Basic->Map Filename (-m)->.\Debug\Project_Map_Filename.map
Project->Build Options->Linker->Basic->Library Search Path (-i)->$(Proj_dir)\..\include\lib
The macro, $(Proj_dir) makes sure that irrespective of the folder in which the project is placed, the path to other files is preserved.
Thanks,
Vishal
--- On Wed, 2/11/09, b...@hotmail.com wrote:
From: b...@hotmail.com
Subject: [c28x] build options to run a CCS project from antoher PC
To: c...
Date: Wednesday, February 11, 2009, 11:11 AM
Hi All,
What should I do to configure the project build options in Code composer studio ver 3.3 to make it use non absolute file paths which enable the code composer studio to open and load the project on a different machine without browsing for the libraries, header files, and cmd files?
In other words, I want to create a subfolder in the main project folder which contains all the cmd files libraries and header file used within the project.
And set the project option to include the files in that subfolder in a non absolute path.
after Moving that project, with the subfolder, to another computer.
CCS should be able to Open that project include the required files without asking for any file path.
Thanks in advance
Regards,
Bahaa
I'm not sure if this is what you are asking but this is what I do to make sure that there are no file path issues with project files. In the project build options do the following
Project->Build Options->Compiler->Preprocessor->Include Search Path (-i)-> $(Proj_dir)\..\include\headers
Project->Build Options->Linker->Basic->Output Filename (-o)->.\Debug\Project_Out_Filename.out
Project->Build Options->Linker->Basic->Map Filename (-m)->.\Debug\Project_Map_Filename.map
Project->Build Options->Linker->Basic->Library Search Path (-i)->$(Proj_dir)\..\include\lib
The macro, $(Proj_dir) makes sure that irrespective of the folder in which the project is placed, the path to other files is preserved.
Thanks,
Vishal
--- On Wed, 2/11/09, b...@hotmail.com wrote:
From: b...@hotmail.com
Subject: [c28x] build options to run a CCS project from antoher PC
To: c...
Date: Wednesday, February 11, 2009, 11:11 AM
Hi All,
What should I do to configure the project build options in Code composer studio ver 3.3 to make it use non absolute file paths which enable the code composer studio to open and load the project on a different machine without browsing for the libraries, header files, and cmd files?
In other words, I want to create a subfolder in the main project folder which contains all the cmd files libraries and header file used within the project.
And set the project option to include the files in that subfolder in a non absolute path.
after Moving that project, with the subfolder, to another computer.
CCS should be able to Open that project include the required files without asking for any file path.
Thanks in advance
Regards,
Bahaa