GPUOpen-Tools / gpu_performance_api

GPU Performance API for AMD GPUs
MIT License
250 stars 46 forks source link

This is NOT awesome #80

Open AnonymousRonin opened 11 months ago

AnonymousRonin commented 11 months ago

I wish I had all the errors but this just a few. So far I have only had two successful builds. None of the install scripts work and this is primarily the results. So after hours of trying I've accomplished exactly nothing. With cmake that doesn't surprise since it's giant dumpster fire to begin with but this is insane. I don't write this so I count on those that do to get it right. This sucks. Oh year, this is the reult of having to replace the one that was downloaded to one I pulled from here today and this was my results.

CMake Error at CMakeLists.txt:9 (include): include called with wrong number of arguments. include() only takes one
file.

CMake Error at CMakeLists.txt:37 (include): include called with wrong number of arguments. include() only takes one
file.

CMake Error at CMakeLists.txt:9 (include): include could not find requested file:

/common.cmake                                                                                                                                                                                                                        

CMake Error at CMakeLists.txt:37 (include): include could not find requested file:

/Common.cmake                                                                                                                                                                                                                        

CMake Error at CMakeLists.txt:57 (REMOVE_TARGET_FROM_BUILD): Unknown CMake command "REMOVE_TARGET_FROM_BUILD".

CMake Error at counter_generator_common.cmake:9 (include): include could not find requested file:

/common.cmake                                                                                                                                                                                                                        

Call Stack (most recent call first):
CMakeLists.txt:6 (include)

CMake Error at counter_generator_common.cmake:10 (include): include called with wrong number of arguments. include() only takes one
file.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)

CMake Error at counter_generator_common.cmake:11 (include): include called with wrong number of arguments. include() only takes one
file.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)

CMake Error at counter_generator_common.cmake:12 (include): include called with wrong number of arguments. include() only takes one
file.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)

CMake Error at counter_generator_common.cmake:13 (include): include called with wrong number of arguments. include() only takes one
file.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)

PLohrmannAMD commented 11 months ago

Hi AnonymousRonin,

I apologize for our unusual build process. Currently you need to run the python script at "build\pre_build.py" to download additional dependencies from various GitHub repos, and that will automatically run CMake for you.

I'm actively working to fix up our CMake scripts so that they work better for users like you who are already familiar with running CMake.

Please let me know if you continue to encounter errors after running the pre_build script. Peter