Sign in

username:

password:



Not a member?

Search 68hc12



Search tips

Subscribe to 68hc12



68hc12 by Keywords

68HC1 | 812A4 | 9S12DP256 | Bootloader | CodeWarrior | D60A | Debugger | DP256 | ECT | EEPROM | EVB | Flash | HC1 | HCS12 | I2C | IAR | ICC1 | Interrupts | LCD | M68KIT912DP256 | MC9S12DP256 | MC9S12DP256B | Metrowerks | Motor | MSCAN | Multilink | PLL | Quadrature | SDI | SPI | Transceiver | XFC

Ads

Discussion Groups

Discussion Groups | 68HC12 | Codewarrior tgt, tdt files and makefiles

Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).

Codewarrior tgt, tdt files and makefiles - Razvan ENACHE - Jan 10 6:17:00 2006

Dear all,

I am trying to use the Codewarrior tool chain with Sunversion and I am annoyed
by the changes Codewarrior makes to a bunch of binary files, namely *.tgt,
*.tdt, and the project file, just because I open the project! What are these
files used for anyway? Can I safely remove them from configuration management?

Personally, I would prefer working with standard (ASCII) makefiles, but I have
not found yet how to integrated them in Codewarrior. What are your experiences?
Do you have any recommendation?

Thank you,

Razvan




(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )


Re: Codewarrior tgt, tdt files and makefiles - Daniel Friederich - Jan 10 6:23:00 2006

Hi Razvan,
you can delete the whole *_Data folder if you like. This will just cause
a slower build time the next time as everything will need to be rebuilt.
That the mcp is changed every time is unfortunate, the best I came
across about this so far is to make the mcp readonly on the file system.
As soon as you do a real change in the project, CW will show a dialog
clear the readonly flag, but this does not happen for just opening it.

Daniel

Razvan ENACHE wrote:

>Dear all,
>
>I am trying to use the Codewarrior tool chain with Sunversion and I am annoyed
>by the changes Codewarrior makes to a bunch of binary files, namely *.tgt,
>*.tdt, and the project file, just because I open the project! What are these
>files used for anyway? Can I safely remove them from configuration management?
>
>Personally, I would prefer working with standard (ASCII) makefiles, but I have
>not found yet how to integrated them in Codewarrior. What are your experiences?
>Do you have any recommendation?
>
>Thank you,
>
>Razvan >Yahoo! Groups Links





(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )

RE: Codewarrior tgt, tdt files and makefiles - Erich Styger - Jan 10 6:36:00 2006

An additional hint:
As if it goes to store/deal with the .mcp file, you can export/import it as
XML file.
That way you can find (if needed) differences using a normal diff tool.

Erich

> -----Original Message-----
> From: 68HC12@68HC... [mailto:68HC12@68HC...]
> On Behalf Of Daniel Friederich
> Sent: Dienstag, 10. Januar 2006 11:23
> To: 68HC12@68HC...
> Subject: Re: [68HC12] Codewarrior tgt, tdt files and makefiles > Hi Razvan,
> you can delete the whole *_Data folder if you like. This will
> just cause
> a slower build time the next time as everything will need to
> be rebuilt.
> That the mcp is changed every time is unfortunate, the best I came
> across about this so far is to make the mcp readonly on the
> file system.
> As soon as you do a real change in the project, CW will show a dialog
> clear the readonly flag, but this does not happen for just opening it.
>
> Daniel
>
> Razvan ENACHE wrote:
>
> >Dear all,
> >
> >I am trying to use the Codewarrior tool chain with
> Sunversion and I am annoyed
> >by the changes Codewarrior makes to a bunch of binary files,
> namely *.tgt,
> >*.tdt, and the project file, just because I open the
> project! What are these
> >files used for anyway? Can I safely remove them from
> configuration management?
> >
> >Personally, I would prefer working with standard (ASCII)
> makefiles, but I have
> >not found yet how to integrated them in Codewarrior. What
> are your experiences?
> >Do you have any recommendation?
> >
> >Thank you,
> >
> >Razvan
> >
> >
> >
> >
> >
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
>
> Yahoo! Groups Links




(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )