You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the process of getting started with the AGX Xavier and the STEEReoCam.
I have a Jetson AGX Xavier with:
Ubuntu 18.04 from Jetpack 4.2.2 [rev.1] <- setup with SDK Manager
CUDA 10.0.326 <- installed via SDK Manager
STEEReoCAM_TaraXL_SDK_3.2.2_Jetson_20191111 downloaded from ecosystems website
When going through the build process from this page everything ran smoothly until running qmake in which I got the following error:
It looks you did not have the permission to create files/folder in that particular path you are running.
Can you please try in another path where you have the permissions to create files.
In the process of getting started with the AGX Xavier and the STEEReoCam.
I have a Jetson AGX Xavier with:
Ubuntu 18.04 from Jetpack 4.2.2 [rev.1] <- setup with SDK Manager
CUDA 10.0.326 <- installed via SDK Manager
STEEReoCAM_TaraXL_SDK_3.2.2_Jetson_20191111 downloaded from ecosystems website
When going through the build process from this page everything ran smoothly until running qmake in which I got the following error:
nvidiaagx@nvidiaagx-desktop:/home/taraxl-tools/taraxl-studio-qtapp$ qmake Info: creating stash file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash /usr/lib/aarch64-linux-gnu/qt5/mkspecs/features/toolchain.prf:159: Cannot write cache file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash: Permission denied Info: creating stash file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash /usr/lib/aarch64-linux-gnu/qt5/mkspecs/features/toolchain.prf:160: Cannot write cache file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash: Permission denied Info: creating stash file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash /usr/lib/aarch64-linux-gnu/qt5/mkspecs/features/toolchain.prf:212: Cannot write cache file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash: Permission denied Info: creating stash file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash /usr/lib/aarch64-linux-gnu/qt5/mkspecs/features/toolchain.prf:212: Cannot write cache file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash: Permission denied Info: creating stash file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash /usr/lib/aarch64-linux-gnu/qt5/mkspecs/features/toolchain.prf:212: Cannot write cache file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash: Permission denied Info: creating stash file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash /usr/lib/aarch64-linux-gnu/qt5/mkspecs/features/toolchain.prf:212: Cannot write cache file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash: Permission denied Info: creating stash file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash /usr/lib/aarch64-linux-gnu/qt5/mkspecs/features/toolchain.prf:215: Cannot write cache file /home/taraxl-tools/taraxl-studio-qtapp/.qmake.stash: Permission denied WARNING: OBJECTS_DIR: Cannot access directory 'build' WARNING: PRECOMPILED_DIR: Cannot access directory 'build' WARNING: moc_predefs: Cannot access directory 'build' WARNING: moc_header: Cannot access directory 'build' WARNING: moc_header: Cannot access directory 'build' WARNING: moc_source: Cannot access directory 'build' WARNING: moc_source: Cannot access directory 'build' WARNING: moc_source: Cannot access directory 'build' Failure to open file: /home/taraxl-tools/taraxl-studio-qtapp/Makefile Unable to generate makefile for: /home/taraxl-tools/taraxl-studio-qtapp/taraxlstudio.pro
I'm not sure how to proceed from here, I can't seem to find this issue online anywhere, any help is welcome :)
The text was updated successfully, but these errors were encountered: