Results 1 to 5 of 5

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

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2008
    Location
    My spaceship needs repairs..so, I am stuck on beautiful earth
    Posts
    98
    Thanks
    25
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

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

    Hi,
    Thanks for replying.
    Yes,when I type arm-linux-g++,I get "command not found".When I tried 'export',I got a lot of stuff but there was only one line which had the word PATH in it.
    Qt Code:
    1. Declare – x PATH=”/opt/Qtopia/SDK/scripts:/opt/Qtopia/SDK/4.3.2/greenphone/bin:/opt/Qtopia/SDK/4.3.2/greenphone/scripts:/opt/toolchains/greenphone/gcc-4.1.1-glibc-2.3.6/arm-linux/bin:/opt/Qtopia/SDK/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
    To copy to clipboard, switch view to plain text mode 

    PATH contains "...opt/toolchains/greenphone/gcc-4.1.1-glibc-2.3.6/arm-linux/bin...."...so,do I need to do "export PATH=$PATH:/opt/arm-linux/bin " or,is it some other problem.
    Please advice.
    Thank you.
    Last edited by rishiraj; 17th April 2009 at 05:45.
    If everything seems to be going well, you have obviously overlooked something.

  2. #2
    Join Date
    Dec 2008
    Location
    My spaceship needs repairs..so, I am stuck on beautiful earth
    Posts
    98
    Thanks
    25
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

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

    forgot to mention this....I have Linux fedora core 8 and Windows XP both in the same system.I have Qt 4.4.3 installed in Linux but,I am installing Greenphone SDK in Windows xp.
    If everything seems to be going well, you have obviously overlooked something.

  3. #3
    Join Date
    Dec 2008
    Location
    My spaceship needs repairs..so, I am stuck on beautiful earth
    Posts
    98
    Thanks
    25
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

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

    Hi,
    the above problem's solved now.I did export PATH=$PATH:/usr/local/arm-linux/bin to point to arm-linux-g++ and now it's working fine.
    Now,when I connect the greenphone via USB,I am asked the password for it....As per the FAQs in the qtextended website,
    Q.What are the passwords for the root account on the SDK?
    The 'root' user gets shipped with a password of 'root'. The 'user' user is shipped with a password of 'user'.
    But,neither password works in my case.
    I get something like this(I get three attempts):-
    root@10.10.10.20's password:
    ...
    and then I get Connection to Greenphone at 10.10.10.20 failed
    FAILED.

    If someone has any idea of default passwords for the Greenphone,please help.
    Thank you.
    If everything seems to be going well, you have obviously overlooked something.

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.