CW8 DSC - mc56f834x - CW only via Command line.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CW8 DSC - mc56f834x - CW only via Command line.

2,732 Views
tavi
Contributor I
Hi everybody.
I'm trying to build a CW project using only the command line.
Has anybody tried this before?
I will really need some guidance. Thanks!


--
Alban Edit: Please always include FSL Part Number + CW version in Message Subject line.



Message Edited by Alban on 2007-10-02 01:44 PM
Labels (1)
Tags (1)
0 Kudos
4 Replies

301 Views
CrasyCat
Specialist III
Hello
 
- Which CPU are you targeting (HC08, HC12, Coldfire, ..)
- Which version of CodeWarrior are you using?
  To retrieve that info:
    - Start CodeWarrior
    - Select Help -> About Freescale CodeWarrior
    - Click on "Install Products"
    - CodeWarrior version used is displayed on top in the Installed Products dialog.
 
CrasyCat
0 Kudos

301 Views
tavi
Contributor I
I have the next info:
CodeWarrior Development Studio for DSC56800/E Version 8.
I'm trying to buid a project using only the command line.
The project is for mc56f834x processors.

--
Alban Edit: Please always include FSL Part Number in Message Subject line.



Message Edited by Alban on 2007-10-02 01:44 PM
0 Kudos

301 Views
trytohelp
NXP Employee
NXP Employee
Hi,
 
The command line tools are available under the folder \DSP56800x_EABI_Tools\command_line_tools.
To use it you can for instance launch a command prompt and type directly the tool.exe file.
 
Example for compiler DSCE

D:\Freescale\dsc 8.0\DSP56800x_EABI_Tools\command_line_tools>mwcc56800e.exe
Metrowerks C/C++ for DSP M56800E.
Copyright (c)1998-2006, Freescale Semiconductor
All rights reserved.
Version 8.1.1 build 1030
Runtime Built: Apr 25 2007 15:26:34
Usage: mwcc56800e.exe [-options]... [files]... [@response]...
Please enter 'mwcc56800e.exe -help' for information about options.

D:\Freescale\dsc 8.0\DSP56800x_EABI_Tools\command_line_tools>
 
Else you can use a batch file too.
For option an other details please have a look in:
 - the txt files in the \DSP56800x_EABI_Tools\command_line_tools folder,
 - the 56800x_Build_Tools_Reference.pdf manual,
 - the Targeting_56800E.pdf manual.
 
Hope this will help you.
Pascal
0 Kudos

301 Views
CrasyCat
Specialist III
Hello
 
Then I am sorry I cannot help you here :smileysad:.
 
I did do that with various CPU, but not with DSP568xx so far. So I do not have any sample project for that.
 
CrasyCat
0 Kudos