Results 1 to 5 of 5

Thread: make[2]:arm-linux-g++:Command not found.(Greenphone SDK)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jul 2008
    Posts
    139
    Thanks
    9
    Thanked 18 Times in 15 Posts
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: make[2]:arm-linux-g++:Command not found.(Greenphone SDK)

    Hi,
    By the looks of this error "make[2]:arm-linux-g++:Command not found" your compiler is not present.
    If you only type 'arm-linux-g++' in the console, does it say "command not found", if so, then your compiler is not pathed or you don't have one.
    type export, see if the PATH=, variable has your path to your compiler binary. If not, then add your binary path.
    example export PATH=$PATH:/opt/arm-linux/bin

  2. The following user says thank you to QbelcorT for this useful post:

    rishiraj (17th April 2009)

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
  •  
Qt is a trademark of The Qt Company.