Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 438040

Summary: app-emulation/qemu calls directly LD/OBJCOPY
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo QEMU Project <qemu+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    

Description Agostino Sarubbo gentoo-dev 2012-10-11 20:52:32 UTC
ld -Ttext 0 -e _start -s -o multiboot.img multiboot.o                                                           
ld -Ttext 0 -e _start -s -o linuxboot.img linuxboot.o                                                           
ld -Ttext 0 -e _start -s -o kvmvapic.img kvmvapic.o                                                             
objcopy -O binary -j .text multiboot.img multiboot.raw                                                          
objcopy -O binary -j .text linuxboot.img linuxboot.raw                                                          
objcopy -O binary -j .text kvmvapic.img kvmvapic.raw
Comment 1 Agostino Sarubbo gentoo-dev 2012-10-11 21:58:05 UTC
tc-export LD OBJCOPY in src_prepare will solve this issue.
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2013-01-12 07:52:15 UTC
Fixed in tree.