Bug 35658 - Building r*00 driver fails : undefined reference to `radeon_gem_get_kernel_name'
Summary: Building r*00 driver fails : undefined reference to `radeon_gem_get_kernel_n...
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/r200 (show other bugs)
Version: 7.10
Hardware: All Linux (All)
: medium minor
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-25 07:00 UTC by Yann Le Doaré
Modified: 2011-03-25 07:31 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Yann Le Doaré 2011-03-25 07:00:30 UTC
(Not sure this is a Mesa bug)

Into Mesa/src/mesa/drivers/dri/r*00/Makefile : RADEON_LDFLAGS is used, but not defined into ../../../../../configs/current

To fix it, I added 

RADEON_LDFLAGS = `pkg-config --libs libdrm_radeon`

into this Mesa/configs/current file

(using xorg-server-1.9.5)
Comment 1 Yann Le Doaré 2011-03-25 07:31:56 UTC
I configured Mesa with " make linux-dri"
when this is done with "./configure", r200 linking is OK.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.