Command line compilation for MPC5606B

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

Command line compilation for MPC5606B

1,068 Views
swarooph
Contributor II

Is it possible to download CodeWarrior without the IDE? I only want the command line tools e.g. mwcceppc and the include folders that come with it. If this is not possible, what are some alternative tool chains to compile, build for MPC5606B powerpc? Is there a popular GCC variant?

Labels (1)
4 Replies

696 Views
trytohelp
NXP Employee
NXP Employee

in addition to Erich info.

There are 2 dev tools supporting MPC5606B:

    - CW for MPC55xx/56xx V2.10 based on classic IDE,

          CodeWarrior Dev Tools for MPC55xx/MPC56xx|Freescale

    - CW for MCU V10.6 based on Eclipse.      

          CodeWarrior for Microcontrollers-Eclipse IDE|Freescale

We don't have standalone version.

However you can use a make file (a .bat file) to build your application without using the IDE/Ecipse.

The V2.10 includes an interesting doc listing all options available on IDE and corresponding for CMD.

      Refer to the AN4094 attached ...

Attached you will find an example using a bat file.

I've tested this example on MPC V2.10.

But it should work (the bat file) on MCU v10.6 too.

To be running you must edit the test.bat and change the folder according to your installation path.

hope this will help you


Have a great day,
Pascal Irrle

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

696 Views
swarooph
Contributor II

Hello Pascal,

Thank you for the detailed answer. As Erich says, I know that IDE installation comes with command line utilities. I guess there is no way then to download only the command line utilities.

Could you please confirm if any of the options you mentioned are free to download without purchase? CW (Special Suite) is free and should have most of the basic functionality with command line as well right?

Thanks for the quick response.

Swarooph

0 Kudos

696 Views
trytohelp
NXP Employee
NXP Employee

Hi Swarooph,

There is no way to download command line tools only.

To have details about tool version, please go to the link:

      CodeWarrior Development Suites|Freescale

At left side:

      -> select Qorivva/5xxx(Classic IDE) for license information regarding CW for MPC55xx/56xx V2.10.

      -> select Qorivva 56xx(Eclipse) for license information regarding CW for MCU V10.6.

To resume:

  - CW for MPC55xx/56xx V2.10 are 2 suites:

      Special Edition: C compiler and C source-level debuggerףode and data size restricted to 128 KB.

      Standard suite: Full version

  - Cw for MCU V10.6 are 4 suites:

    Special Edition: C source-level debugger/programmer C code and data size restricted to Qorivva: 512 KB.

    Basic suite: C source-level debugger/programmer C code and data size restricted to Qorivva: 1 MB.

    Standard suite: Unlimited C compiler and C source-level debugger.

    Professional suite: Unlimited C/C++ Compiler and Debugger and RTOS(MQX, etc ...).

The Special Editions are free of charge.

Have a great day,
Pascal Irrle

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

696 Views
BlackNight
NXP Employee
NXP Employee

The download includes the IDE, but you do not have to use it.

If you download CodeWarrior, it comes with command line tools and include folders/libraries/etc.

Simply use these tools and not the IDE.

Erich

0 Kudos