EmbeddedRelated.com
Forums

Re: RE : To generate debug info file using Cosmic compiler

Started by venki August 18, 2005
Hi,
Please explain more on the following. 1.Where/How to set +debug option in COSMIC compiler IDE.
2.Is .lkf file same as "output of the linker file"?
3.How to select input format for the debugger?and What are all the
preffered i/p formats?
We are using the TRACE32 debugger . Thanks in advance.
venki.

-----Original Message-----
From: 68HC12@68HC... [mailto:68HC12@68HC...] On Behalf
Of Jean-Pierre Lavandier
Sent: Wednesday, August 31, 2005 1:50 PM
To: '68HC12@'68H...'
Subject: [**LikelySPAM] RE : [68HC12] To generate debug info file using
Cosmic compiler Hello,

You must compile with the +debug option, and depending on the input
format
selected for the debugger, convert the ouput of the linker either to the
elf/dwarf format using the cvdwarf utility, or to ieee695 format using
the
cv695 utility.

Regards,
Jean-Pierre Lavandier -----Message d'origine-----
De : nagalaxmi b.v. [mailto:nagalaxmi_b@naga...] Envoy: mercredi 31 ao 2005 08:16
: 68HC12@68HC...
Objet : [68HC12] To generate debug info file using Cosmic compiler Hello,

I am working on MC9S12DJ64 microcontroller. I am using COSMIC compiler
for
compiling the source code. My requirement is that to debug the source
code
using TRACE32 debugger.I need to load debug info file which is generated
during compilation to debug source code.Please let me know how to
generate
debug info file using cosmic compiler.

Thanks & Regards,
Nagalaxmi B V

---------------------------------
Start your day with Yahoo! - make it your home page

_____
>
/> .

_____

_____
> .

_____

----------------------------------
Email From "Jean-Pierre Lavandier " was security checked by 3.93 version
of CxProtect(tm) On: deiserver at: 14:01:23, 31-Aug-2005 Wednesday
---------------------------------- ----------------------------------
Email From ""venki" <venki@venk...>" was security checked by 3.93 version of CxProtect(tm)
On: deiserver at: 15:13:34, 31-Aug-2005 Wednesday
Engine: 4.125.23, sign.def:30-Aug-2005, sign2.def:30-Aug-2005, macro.def:29-Aug-2005
----------------------------------



Hello,

I am working on MC9S12DJ64 microcontroller. I am using COSMIC compiler for compiling the source code. My requirement is that to debug the source code using TRACE32 debugger.I need to load debug info file which is generated during compilation to debug source code.Please let me know how to generate debug info file using cosmic compiler.

Thanks & Regards,
Nagalaxmi B V ---------------------------------
Start your day with Yahoo! - make it your home page



Hello,

I am working on MC9S12DJ64 microcontroller. I am using COSMIC compiler for compiling the source code. My requirement is that to debug the source code using TRACE32 debugger.I need to load debug info file which is generated during compilation to debug source code.Please let me know how to generate debug info file using cosmic compiler.

Thanks & Regards,
Nagalaxmi B V

__________________________________________________




Hello,

I am working on MC9S12DJ64 microcontroller. I am using COSMIC compiler for compiling the source code. My requirement is that to debug the source code using TRACE32 debugger.I need to load debug info file which is generated during compilation to debug source code.Please let me know how to generate debug info file using cosmic compiler.

Thanks & Regards,
Nagalaxmi B V ---------------------------------


Hello,

You must compile with the +debug option, and depending on the input format
selected for the debugger, convert the ouput of the linker either to the
elf/dwarf format using the cvdwarf utility, or to ieee695 format using the
cv695 utility.

Regards,
Jean-Pierre Lavandier -----Message d'origine-----
De : nagalaxmi b.v. [mailto:nagalaxmi_b@naga...]
Envoy: mercredi 31 ao 2005 08:16
: 68HC12@68HC...
Objet : [68HC12] To generate debug info file using Cosmic compiler Hello,

I am working on MC9S12DJ64 microcontroller. I am using COSMIC compiler for
compiling the source code. My requirement is that to debug the source code
using TRACE32 debugger.I need to load debug info file which is generated
during compilation to debug source code.Please let me know how to generate
debug info file using cosmic compiler.

Thanks & Regards,
Nagalaxmi B V ---------------------------------
Start your day with Yahoo! - make it your home page _____

> .


_____



--- In 68HC12@68HC..., "venki" <venki@d...> wrote:
> Hi,
> Please explain more on the following. 1.Where/How to set +debug
option in COSMIC compiler IDE.
> 2.Is .lkf file same as "output of the linker file"?
> 3.How to select input format for the debugger?and What are all the
> preffered i/p formats?
> We are using the TRACE32 debugger . Thanks in advance.
> venki.
>

I don't use IDEs but I am sure there is somewhere you can set your
compiler options and there just add "+debug" to the prexisting compile
options.

The .lkf file is not what he is referring to. He is referring to the
output of the linker, i.e. an executable object file such as an x12 or
h12 file for Cosmic.

I know nothing about TRACE32 but it should be obvious what object file
format it accepts.