Summary: | nv50_ir_lowering_gm107.cpp:326: undefined reference to `nv50_ir::NVC0LoweringPass::loadMsAdjInfo32(nv50_ir::TexInstruction::Target, unsigned int, int, nv50_ir::Value*, bool)' | ||
---|---|---|---|
Product: | Mesa | Reporter: | Fabio Pedretti <pedretti.fabio> |
Component: | Drivers/DRI/nouveau | Assignee: | Nouveau Project <nouveau> |
Status: | RESOLVED FIXED | QA Contact: | Nouveau Project <nouveau> |
Severity: | normal | ||
Priority: | medium | CC: | pendingchaos02+fdobugzilla |
Version: | git | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Fabio Pedretti
2018-09-23 15:04:11 UTC
This builds fine for me, so I guess it's some compiler quirk. Does removing the "inline" on line 1735 in nv50_ir_lowering_nvc0.cpp (at the implementation of loadMsAdjInfo32()) fix the problem? Seems that although I can't reproduce it with 64-bit targeted Meson, I can with with 32-bit targeted autotools. Removing the inline does fix the error and I've posted a patch doing that: https://lists.freedesktop.org/archives/mesa-dev/2018-September/205821.html It or something similar should be pushed soon. Fixed by: commit 6ca1402c117856b55d044be1e82224db30ed1b02 Author: Rhys Perry <pendingchaos02@gmail.com> Date: Sun Sep 23 17:57:08 2018 +0100 nv50/ir: fix link-time build failure Seems this fixes linking problems that occur in some situations. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> |
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.