Opened on 02/07/04 at 01:43:01
Closed on 11/06/07 at 20:32:39
#573 closed defect (wontfix)
with default building settings, the generated exe file cannot extract debugging information from it
Reported by: | yunli | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | highest | Milestone: | 4.9 |
Component: | tool | Version: | 4.6 |
Severity: | critical | Keywords: | |
Cc: | bugs@…, yunli@… | Blocked By: | |
Blocking: |
Description
I built the RTEMS based on <<Getting Started with RTEMS for C/C++ Users>> document. After successful building, I built "hello world" application, based on previous built BSP.
Hello.exe generated successfully, but I cannot debug it with VisionClick? debugging tools which comes from WindRiver?.
At first time, I reported this problem to WindRiver? engineer, and based on their researching, their found that debugging information in hello.exe cannot be exacted by powerpc-rtems-objdump.
I tested it too, as following command:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
powerpc-rtems-objdump -g hello.exe
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
the output is listed as following:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
hello.exe: file format elf32-powerpc
powerpc-rtems-objdump: hello.exe: no recognized debugging information
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Then I used the following command to get sections information:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
powerpc-rtems-objdump -h hello.exe
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
the results indicated that debugging information exist in hello.exe file.
Release:
RTEMS-4.6.0-pre4
Environment:
Building OS platform: Linuex 9.0
Tool chain: GCC-3.2.3 which got from your website
RTEMS release version: RTEMS-4.6.0-pre4
BSP: mpc8260ads
How-To-Repeat:
please refer to above Description field to repeat the problem.
Change History (2)
comment:1 Changed on 09/27/04 at 16:47:32 by Joel Sherrill
Status: | assigned → waiting |
---|
comment:2 Changed on 11/06/07 at 20:32:39 by Joel Sherrill
Milestone: | → 4.9 |
---|---|
rep_platform: | → All |
Resolution: | → wontfix |
Status: | assigned → closed |
Looks like something that isn't the responsibility of the RTEMS Project and hasn't been updated in a long time.