Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue Building taraxl-studio-qtapp application #1

Open
tdam2112 opened this issue Feb 18, 2020 · 1 comment
Open

Issue Building taraxl-studio-qtapp application #1

tdam2112 opened this issue Feb 18, 2020 · 1 comment

Comments

@tdam2112
Copy link

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 :)

@vishnukumarts
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants