Replies: 1 comment 4 replies
-
Hi @shutengW did you look at our platform readme already? https://github.com/NVIDIA-Omniverse/PhysX/blob/release/104.2/physx/documentation/platformreadme/linux/README_LINUX.md You will want to use preset 1 as well I would assume. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am new to PhysX and I wonder if it is possible to build it in my WSL2?
I tried it and the following error pops:
./generate_projects.sh
Preset parameter required, available presets:
(0) linux-aarch64 <--- Linux-aarch64 gcc PhysX SDK general settings
(1) linux <--- Linux clang PhysX SDK general settings
Enter preset number: 0
Running generate_projects.sh linux-aarch64
Running packman in preparation for cmake ...
Processing project file '/home/shuteng/PhysX/physx/dependencies.xml'
Using preset xml: buildtools/presets/public/linux-aarch64.xml
Target platform: linuxAarch64 using compiler: gcc
PM_CMakeModules_PATH: /home/shuteng/packman-repo/chk/CMakeModules/1.28.trunk.32494385
PM_PATHS: /home/shuteng/packman-repo/chk/CMakeModules/1.28.trunk.32494385;/home/shuteng/packman-repo/chk/clang-physxmetadata/4.0.0.32489833_1;/home/shuteng/packman-repo/chk/PhysXGpu/104.2-5.1.264.32487460-public;/home/shuteng/packman-repo/chk/rapidjson/1.1.0-67fac85-073453e1
Cmake: cmake
Not searching for unused variables given on the command line.
CMake Error at /home/shuteng/packman-repo/chk/CMakeModules/1.28.trunk.32494385/linux/LinuxAarch64.cmake:14 (message):
Failed to find aarch64-linux-gnu-gcc
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/CMakeDetermineSystem.cmake:93 (include)
CMakeLists.txt:33 (project)
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
-- Configuring incomplete, errors occurred!
Not searching for unused variables given on the command line.
CMake Error at /home/shuteng/packman-repo/chk/CMakeModules/1.28.trunk.32494385/linux/LinuxAarch64.cmake:14 (message):
Failed to find aarch64-linux-gnu-gcc
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/CMakeDetermineSystem.cmake:93 (include)
CMakeLists.txt:33 (project)
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
-- Configuring incomplete, errors occurred!
Not searching for unused variables given on the command line.
CMake Error at /home/shuteng/packman-repo/chk/CMakeModules/1.28.trunk.32494385/linux/LinuxAarch64.cmake:14 (message):
Failed to find aarch64-linux-gnu-gcc
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/CMakeDetermineSystem.cmake:93 (include)
CMakeLists.txt:33 (project)
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
-- Configuring incomplete, errors occurred!
Not searching for unused variables given on the command line.
CMake Error at /home/shuteng/packman-repo/chk/CMakeModules/1.28.trunk.32494385/linux/LinuxAarch64.cmake:14 (message):
Failed to find aarch64-linux-gnu-gcc
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/CMakeDetermineSystem.cmake:93 (include)
CMakeLists.txt:33 (project)
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
-- Configuring incomplete, errors occurred!
Beta Was this translation helpful? Give feedback.
All reactions