Package Details: amdapp-codexl 2.6.302-2

Git Clone URL: https://aur.archlinux.org/amdapp-codexl.git (read-only, click to copy)
Package Base: amdapp-codexl
Description: AMD CodeXL is an OpenCL, Vulkan and OpenGL Debugger and Profiler, with static OpenCL kernel analyzer. It supports OpenCL 2.0
Upstream URL: http://gpuopen.com/compute-product/codexl/
Licenses: MIT
Groups: amdapp
Submitter: Vi0L0
Maintainer: Vi0L0
Last Packager: Vi0L0
Votes: 33
Popularity: 0.000000
First Submitted: 2013-02-11 21:07 (UTC)
Last Updated: 2018-11-12 21:58 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

progtologist commented on 2013-07-02 22:06 (UTC)

I am using your catalyst-total-pxp package mesa-9.1.4-1 is up to date Changing the CodeXL launch script does not change anything: cat /usr/bin/CodeXL #!/bin/sh export LIBGL_DRIVERS_PATH="/usr/lib/dri" cd /opt/AMDAPP/CodeXL exec ./CodeXL "$@" Output: /opt/AMDAPP/CodeXL/CodeXL libGL error: failed to load driver: swrast libGL error: Try again with LIBGL_DEBUG=verbose for more details. CodeXL-bin: indirect_init.c:953: __glXNewIndirectAPI: Assertion `o > 0' failed. /opt/AMDAPP/CodeXL/CodeXL: line 41: 1299 Aborted (core dumped) /opt/AMDAPP/CodeXL/CodeXL-bin My /usr/lib/dri contains: -rwxr-xr-x 1 root root 23K Jun 27 15:30 dummy_drv_video.so* lrwxrwxrwx 1 root root 38 Jun 27 19:47 fglrx_dri.so -> /usr/lib/xorg/modules/dri/fglrx_dri.so* lrwxrwxrwx 1 root root 17 Feb 17 11:57 fglrx_drv_video.so -> xvba_drv_video.so* -rwxr-xr-x 1 root root 118K Feb 17 11:57 xvba_drv_video.so*

Vi0L0 commented on 2013-06-30 20:17 (UTC)

are you using normal or pxp packages? have you installed mesa package? is adding line: export LIBGL_DRIVERS_PATH="/usr/lib/dri" into /usr/bin/CodeXL just after #!/bin/sh helping?

progtologist commented on 2013-06-27 16:23 (UTC)

I am getting this error when trying to launch this (or the package provided by AMD). Maybe some dependency is missing! Hardware drivers and OpenCL is running fine! libGL error: failed to load driver: swrast libGL error: Try again with LIBGL_DEBUG=verbose for more details. CodeXL-bin: indirect_init.c:953: __glXNewIndirectAPI: Assertion `o > 0' failed. /opt/AMDAPP/CodeXL/CodeXL: line 41: 4134 Aborted (core dumped) /opt/AMDAPP/CodeXL/CodeXL-bin

stativ commented on 2013-06-09 09:23 (UTC)

I've merged my gdebugger package into your package, as CodeXL supersedes the gDEBugger. And regarding transferring the package ownership – it's completely up to you, but you seem more than competent to maintain this package and apparently you have a lot of interest in the AMD software, too.

Vi0L0 commented on 2013-02-11 21:11 (UTC)

I was basing on stativ's gdebugger' PKGBUILD so much that i would like to give this package to him :>. If he will accept it of course.