Hello
> Is it possible to integrate this feature(to show line numbers) by installing any extra plug in to V5.9 ?
This is not supported in V5.9 and cannot be installed separately. Additionally we are not implementing any extension in the classic IDE as we are planning to move to an eclipse based IDE in the future.
>An editor should give this feature even if it is having low version or not eclipse based right?
>can you please give the exact details(download link if any) of the next version of IDE which support this feature?
CodeWarrior with Eclipse IDE is not available on public web site yet.
We are not discussing or providing release date through the forum. Please contact your sales representative to get this kind of information.
>Can you please explain what you mean here with "compiling the whole project"?
>I mean just right click the uppermost folder in the project and select 'compile'
When you are using Compile, you are only compiling ANSI C source files and assembling assembly source files. When you use Make you will compiler ANSI C source files and assemble assembly source files and also link the application or create the library file.
Compile is only compiling and will not generate the executable file or the object library.
>If you wish to build from command line you need to create your make file manually
>but in the CW v5.9 'help' it is telling that you can make the whole project by giving make project_name.mpp thats
>why I asked.
The information you are talking about are related to the ability of building the project from a tcl script in the CodeWarrior Command window. It cannot be used from DOS command line.
Note you can start the IDE in batch mode and tell you want to start a specific TCL script.
Please refer to {Install}\Help\PDF\IDE_5.9_Automation_Guide.pdf chapter "IDE Batch-Mode Processing" and look for option /d
>Also the CW internal build engine also creates build invocations can we get that?
No this is IDE internal information only and is not available in a textual form.
> Also is there any make utility in C:\Program Files\Freescale\CodeWarrior for StarCore 3.2.2\StarCore_Support\compiler\bin ?
There is no make utility delivered with CodeWarrior for StarCore. If you wish to build from batch you can use GNU make or NMAKE or whatever make utility you are used to. You will then have to create your make file manually.
>Also I have some questions.
>1. When I given project menu 'make' for a library project it is not creating/showing the object files >for corresponding source files but I am getting the final library after linking . But when I given 'compile' in the project >source folder it is creating/showing the source object files correctly. Why this happens?
When you are building your project from the IDE the object files have extension .eln and are located in the sub directory <ProjectName>_Data\<TargetName>\ObjectCode, where <ProjectName> stands for your project name and <TargetName> stands for your build target name (whatever is displayed on the combo box on the left hand side of the .mcp window).
>2. Is there anyLinux versions of CW version 5.9 is available? so that I can work on my platform.
There is no Linux version of CodeWarrior for StarCore V5.9.
>3. How can I get the full assembly instruction set and its explanations of the following cores?
Please do not do cross posting, This one will be answered in thread
http://forums.freescale.com/t5/StarCore-DSPs/Programming-manual-related/td-p/55071
CrasyCat