Go to previous topic
Go to next topic
Last Post 02 May 2012 08:42 AM by  glennj@logicpd.com
Article: iMX31 -- Why Cygwin command-not-found Build Return?
 0 Replies
Author Messages
glennj@logicpd.com
New Member
New Member
Posts:


--
02 May 2012 08:42 AM
    Q: Why do I get a “command not found” return when I try to build the sample application using Cygwin?

    A:
    The build.sh file must use Unix end of line terminations. Change the line endings to Unix by using "dos2unix" preceding the build.sh command. For example:
    user@xyz /home/logic/sample_app/2.10/led_flasher
    $ dos2unix build.sh
    build.sh: done.
    user@xyz /home/logic/sample_app/2.10/led_flasher
    $ ./build.sh

    PRODUCTS Included:
    PXA270, iMX31


    ---