Open lalilaloe opened 3 weeks ago
I don't think your issue is related to AMD xdna driver. It seems you are having issues with compiling amdgpu driver?
It occurs when running
# Start XDNA driver release build
./build.sh -release
Please share the full log from "./build.sh -release". I cannot imagine how building XDNA driver can trigger compilation failure on amdgpu driver.
During dkms autoinstall
I'll try to retrieve the logs. The build script seems to work now on 6.11 kernel after previous build.
I keep running into this dkms errors when trying to build
XDNA driver release
using the suggested 6.10 and above kernels.Trying to install the correct linux-headers for the kernel leads different errors on dkms amdgpu for example;
I've tried the following kernels:
While i did manage to build and install on 6.8.0-47-generic kernel.
So it seems like it has installed for the kernels available on 6.8. After switching back to 6.11 it showed
TEST PASSED!
. Why is the build is failing on the newer kernels?