This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM574x:Rebuild sources

We have tried rebuild sources follow Getting Started Guide.

Getting Started Guide from : software-dl.ti.com/.../Overview_Getting_Started_Guide.html

But, We got below error.

---------------------------------------------------------------

=================================
Building Matrix GUI Browser
=================================
make[1]: Entering directory '/home/rzn1/work/ti-processor-sdk-linux-am57xx-evm-06.00.00.07/example-applications/matrix-gui-browser-2.0'
/bin/sh: 51: export: --sysroot: bad variable name
Makefile.build:10: recipe for target 'qmake' failed
make[1]: *** [qmake] Error 2
make[1]: Leaving directory '/home/rzn1/work/ti-processor-sdk-linux-am57xx-evm-06.00.00.07/example-applications/matrix-gui-browser-2.0'
Makefile:123: recipe for target 'matrix-gui-browser' failed
make: *** [matrix-gui-browser] Error 2

---------------------------------------------------------------

It is shown below that execution environment and procedure.

<environment>

Ubuntu 16.04 on Windows 10 pro by VirtualBox

<procedure>

・Install the SDK.

・Run the setup script.

   The execution setup of minicon and u-boot was not done because there is no IDK.

・Run the following command:
sudo apt-get install build-essential autoconf automake bison flex libssl-dev bc

export PATH=”'/home/rzn1/work/ti-processor-sdk-linux-am57xx-evm-06.00.00.07/linux-devkit/sysroots/x86_64-arago-linux/usr/bin:$PATH”

source linux-devkit/environment-setup

make all


Do you have any idia?