BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003774 [buildroot] Architecture Specific minor always 06-15-08 03:58 07-17-08 03:39
Reporter fabo View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0003774: valgrind doesn't build for powerpc target
Description then mv -f ".deps/libcoregrind_ppc32_linux_a-readstabs.Tpo" ".deps/libcoregrind_ppc32_linux_a-readstabs.Po"; else rm -f ".deps/libcoregrind_ppc32_linux_a-readstabs.Tpo"; exit 1; fi
In file included from m_debuginfo/readstabs.c:46:
/home/test/build-area/buildroot/buildroot/build_powerpc/staging_dir/usr/include/a.out.h:4:26: error: linux/a.out.h: No such file or directory
m_debuginfo/readstabs.c: In function 'vgModuleLocal_read_debuginfo_stabs':
m_debuginfo/readstabs.c:123: error: invalid application of 'sizeof' to incomplete type 'struct nlist'
m_debuginfo/readstabs.c:123: warning: division by zero
m_debuginfo/readstabs.c:126: error: invalid use of undefined type 'struct nlist'
m_debuginfo/readstabs.c:126: error: dereferencing pointer to incomplete type
Additional Information
Attached Files

- Relationships

- Notes
(0008244)
jacmet
06-15-08 12:19

Thanks. There were 2 problems:

- valgrind didn't search kernel headers (fixed in r22355)
- linux/a.out.h wasn't exported from the kernel (fixed in r22354)

Notice that you need to use 2.6.25.x kernel headers for it to work.
 

- Issue History
Date Modified Username Field Change
06-15-08 03:58 fabo New Issue
06-15-08 03:58 fabo Status new => assigned
06-15-08 03:58 fabo Assigned To  => buildroot
06-15-08 12:19 jacmet Status assigned => resolved
06-15-08 12:19 jacmet Resolution open => fixed
06-15-08 12:19 jacmet Note Added: 0008244
07-16-08 08:02 bernhardf Status resolved => new
07-17-08 03:39 bernhardf Status new => closed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker