Results 1 to 3 of 3

Thread: Cross compiler - Permission denied

  1. #1
    Join Date
    Mar 2017
    Posts
    9
    Thanks
    4
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Cross compiler - Permission denied

    hello everybody,

    i am using Linux virtual machine (Ubuntu 4.4.0 - 31) on which i already installed Qt 5.9 free version,

    and i'm trying to build cross compile environment for BeagleBoneBlack.

    Here is my problem, wright now i'm trying to create device, but when i type this command in terminal :

    sed 's/softfp/hard' <linux-beagleboard-g++/qmake.conf>linux-beaglebone-g++/qmake.conf i get this message :

    bash: linux-beaglebone-g++/qmake.conf: Permission denied

    i tried to add sudo but the answer is the same

    does anyone knows how can i solve this problem?

    cheers
    Last edited by NS22; 13th June 2017 at 14:15. Reason: error in typing

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Cross compiler - Permission denied

    Do you have write permission on the qmake.conf file? In any case, it is generally a bad idea to modify the files that come with your Qt distribution without having first made a backup. If you haven't done that, make a backup copy, then chmod the original to give yourself write permission.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  3. The following user says thank you to d_stranz for this useful post:

    NS22 (15th June 2017)

  4. #3
    Join Date
    Mar 2017
    Posts
    9
    Thanks
    4
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: Cross compiler - Permission denied

    I didn't have permission to write in qmake.conf..that was a problem

    Tnx for your answer

Similar Threads

  1. Uic Permission denied
    By MarkB in forum Newbie
    Replies: 2
    Last Post: 10th October 2014, 01:02
  2. Permission denied
    By Frosh in forum Newbie
    Replies: 3
    Last Post: 1st October 2009, 06:46
  3. Permission denied
    By lixo1 in forum Qt Tools
    Replies: 4
    Last Post: 27th March 2009, 09:01
  4. exe permission denied
    By phillip_Qt in forum Qt Programming
    Replies: 1
    Last Post: 30th October 2007, 07:47
  5. Permission denied
    By thomasjoy in forum Qt Programming
    Replies: 1
    Last Post: 17th October 2007, 20:37

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.