Welcome to MacForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Codewarrior 9 Mach O target debugging on Jaguar

 
   Macintosh computer (Home) -> Programmer Code RSS
Next:  Request: O_LARGEFILE in MSL  
Author Message
RK1

External


Since: May 05, 2004
Posts: 7



(Msg. 1) Posted: Fri Sep 10, 2004 12:09 am
Post subject: Codewarrior 9 Mach O target debugging on Jaguar
Archived from groups: comp>sys>mac>programmer>codewarrior (more info?)

Could someone please help me out with the following issue?

I am using CodeWarrior 9 on Jaguar.

On one of my Jaguar machines, debugging of Mach-O targets isnt'
working. Nothing really happens when the "loading debugging data"
operation starts i.e., it stops without any warnings/errors.

BTW, we haven't had any issues earlier, with both Panther and Jaguar
machines. And, there's nothing different, in particular, in this case.

Regards,
Rajeev

 >> Stay informed about: Codewarrior 9 Mach O target debugging on Jaguar 
Back to top
Login to vote
MW Ron

External


Since: Aug 04, 2003
Posts: 1662



(Msg. 2) Posted: Fri Sep 10, 2004 12:14 pm
Post subject: Re: Codewarrior 9 Mach O target debugging on Jaguar [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <389ca595.0409092209.77597c64.DeleteThis@posting.google.com>,
rkchats.DeleteThis@yahoo.com (RK) wrote:

 >Could someone please help me out with the following issue?
 >
 >I am using CodeWarrior 9 on Jaguar.
 >
 >On one of my Jaguar machines, debugging of Mach-O targets isnt'
 >working. Nothing really happens when the "loading debugging data"
 >operation starts i.e., it stops without any warnings/errors.
 >
 >BTW, we haven't had any issues earlier, with both Panther and Jaguar
 >machines. And, there's nothing different, in particular, in this case.

99% of the problems you describe are that the XCode or Apple Mac OS X
tools are not installed. Reinstall the Tools so GDB is installed and
see if that doesn't get it working.

If it doesn't go to terminal and type in gdb and send me the information
with the date and version (first line or two). You can copy text from
terminal.

Ron

--
Metrowerks Community Forum is a free online resource for developers
to discuss CodeWarrior topics with other users and Metrowerks' staff
-- <a style='text-decoration: underline;' href="http://www.metrowerks.com/community" target="_blank">http://www.metrowerks.com/community</a> --

Ron Liechty - MWRon.DeleteThis@metrowerks.com - <a style='text-decoration: underline;' href="http://www.metrowerks.com" target="_blank">http://www.metrowerks.com</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Codewarrior 9 Mach O target debugging on Jaguar 
Back to top
Login to vote
Chris Cox

External


Since: May 03, 2004
Posts: 22



(Msg. 3) Posted: Sat Sep 11, 2004 9:23 pm
Post subject: Re: Codewarrior 9 Mach O target debugging on Jaguar [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <mwron-F3CABA.11144810092004 DeleteThis @news.newsguy.com>, MW Ron
<mwron DeleteThis @metrowerks.com> wrote:

 > In article <389ca595.0409092209.77597c64 DeleteThis @posting.google.com>,
 > rkchats DeleteThis @yahoo.com (RK) wrote:
 >
  > >Could someone please help me out with the following issue?
  > >
  > >I am using CodeWarrior 9 on Jaguar.
  > >
  > >On one of my Jaguar machines, debugging of Mach-O targets isnt'
  > >working. Nothing really happens when the "loading debugging data"
  > >operation starts i.e., it stops without any warnings/errors.
  > >
  > >BTW, we haven't had any issues earlier, with both Panther and Jaguar
  > >machines. And, there's nothing different, in particular, in this case.
 >
 > 99% of the problems you describe are that the XCode or Apple Mac OS X
 > tools are not installed. Reinstall the Tools so GDB is installed and
 > see if that doesn't get it working.


Also check for console messages from gdb.
There are some known bugs in the shipping gdb that will make it crash
when debugging certain mach-o binaries.

Chris<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Codewarrior 9 Mach O target debugging on Jaguar 
Back to top
Login to vote
RK1

External


Since: May 05, 2004
Posts: 7



(Msg. 4) Posted: Tue Sep 21, 2004 1:27 am
Post subject: Re: Codewarrior 9 Mach O target debugging on Jaguar [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I am not able to debug Mach-O targets only. All other targets debug
fine. When I try to debug, nothing happens. It just stops without
doing anything (no warnings/errors). There's no crash or anything like
that.

I have reinstalled developer tools but it didn't fix this.



Chris Cox <ccox.TakeThisOut@mindspring.com> wrote in message news:<110920041739293035%ccox@mindspring.com>...
 > In article <mwron-F3CABA.11144810092004.TakeThisOut@news.newsguy.com>, MW Ron
 > <mwron.TakeThisOut@metrowerks.com> wrote:
 >
  > > In article <389ca595.0409092209.77597c64.TakeThisOut@posting.google.com>,
  > > rkchats.TakeThisOut@yahoo.com (RK) wrote:
  > >
   > > >Could someone please help me out with the following issue?
   > > >
   > > >I am using CodeWarrior 9 on Jaguar.
   > > >
   > > >On one of my Jaguar machines, debugging of Mach-O targets isnt'
   > > >working. Nothing really happens when the "loading debugging data"
   > > >operation starts i.e., it stops without any warnings/errors.
   > > >
   > > >BTW, we haven't had any issues earlier, with both Panther and Jaguar
   > > >machines. And, there's nothing different, in particular, in this case.
  > >
  > > 99% of the problems you describe are that the XCode or Apple Mac OS X
  > > tools are not installed. Reinstall the Tools so GDB is installed and
  > > see if that doesn't get it working.
 >
 >
 > Also check for console messages from gdb.
 > There are some known bugs in the shipping gdb that will make it crash
 > when debugging certain mach-o binaries.
 >
 > Chris<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Codewarrior 9 Mach O target debugging on Jaguar 
Back to top
Login to vote
MW Ron

External


Since: Aug 04, 2003
Posts: 1662



(Msg. 5) Posted: Tue Sep 21, 2004 5:58 pm
Post subject: Re: Codewarrior 9 Mach O target debugging on Jaguar [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <389ca595.0409202327.65663a3d.RemoveThis@posting.google.com>,
rkchats.RemoveThis@yahoo.com (RK) wrote:

 >I am not able to debug Mach-O targets only. All other targets debug
 >fine. When I try to debug, nothing happens. It just stops without
 >doing anything (no warnings/errors). There's no crash or anything like
 >that.
 >
 >I have reinstalled developer tools but it didn't fix this.

Sorry, I forget which cat is which X Version. (aren't these just for
beta versions anyway). Anyway

If you are on 10.3.x you need to install the XCode tools not the
Developers Tools.

If you are on 10.2.x You need to install the developers tools AND you
need to get the updated GDB from Apple and install that.

If you have the wrong tools / gdb installed you get this error.

Finally in addition you may need to reinstall CodeWarrior after the
Tools and vice versa or even reboot. Sometimes it takes one of them to
Jog the system. (Don't ask me why, I just know it is a not so rare
quirk)

Ron

 >
 >
 >Chris Cox <ccox.RemoveThis@mindspring.com> wrote in message
 >news:<110920041739293035%ccox@mindspring.com>...
  >> In article <mwron-F3CABA.11144810092004.RemoveThis@news.newsguy.com>, MW Ron
  >> <mwron.RemoveThis@metrowerks.com> wrote:
  >>
   >> > In article <389ca595.0409092209.77597c64.RemoveThis@posting.google.com>,
   >> > rkchats.RemoveThis@yahoo.com (RK) wrote:
   >> >
   >> > >Could someone please help me out with the following issue?
   >> > >
   >> > >I am using CodeWarrior 9 on Jaguar.
   >> > >
   >> > >On one of my Jaguar machines, debugging of Mach-O targets isnt'
   >> > >working. Nothing really happens when the "loading debugging data"
   >> > >operation starts i.e., it stops without any warnings/errors.
   >> > >
   >> > >BTW, we haven't had any issues earlier, with both Panther and Jaguar
   >> > >machines. And, there's nothing different, in particular, in this case.
   >> >
   >> > 99% of the problems you describe are that the XCode or Apple Mac OS X
   >> > tools are not installed. Reinstall the Tools so GDB is installed and
   >> > see if that doesn't get it working.
  >>
  >>
  >> Also check for console messages from gdb.
  >> There are some known bugs in the shipping gdb that will make it crash
  >> when debugging certain mach-o binaries.
  >>
  >> Chris

--
Metrowerks Community Forum is a free online resource for developers
to discuss CodeWarrior topics with other users and Metrowerks' staff
-- <a style='text-decoration: underline;' href="http://www.metrowerks.com/community" target="_blank">http://www.metrowerks.com/community</a> --

Ron Liechty - MWRon.RemoveThis@metrowerks.com - <a style='text-decoration: underline;' href="http://www.metrowerks.com" target="_blank">http://www.metrowerks.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Codewarrior 9 Mach O target debugging on Jaguar 
Back to top
Login to vote
Display posts from previous:   
   Macintosh computer (Home) -> Programmer Code All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]