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.

LINUXSDK-AM35X: TI SDK 06.00.00.07 make error

Part Number: LINUXSDK-AM35X

Hello,
I download new TI SDK 06.00.00.07. After installing ./setup script and run make I get an error

make[1]: directory entry «/home/andrey/ti-processor-sdk-linux-am335x-evm-06.00.00.07/example-applications/matrix-gui-browser-2.0»
/bin/sh: 51: export: --sysroot: bad variable name
Makefile.build:10: recipe execution error for target «qmake»
make[1]: *** [qmake] error 2
make[1]: exit from the catalog «/home/andrey/ti-processor-sdk-linux-am335x-evm-06.00.00.07/example-applications/matrix-gui-browser-2.0»
Makefile:123: recipe execution error for target  «matrix-gui-browser»
make: *** [matrix-gui-browser] error 2

I checked the variable $LDFLAGS in the file environment-setup contains the correct path. 

What could be the problem? I use ubuntu 16.04 LTS. Thanks!