Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438040 - app-emulation/qemu calls directly LD/OBJCOPY
Summary: app-emulation/qemu calls directly LD/OBJCOPY
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo QEMU Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-10-11 20:52 UTC by Agostino Sarubbo
Modified: 2013-01-12 07:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.