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.

Compiler/TDA2HG: 【PSDKLA 6.0 QMAKE】

Part Number: TDA2HG

Tool/software: TI C/C++ Compiler

Hello:

  we plan to upgrade to visionSDK 3.08 and thus to support QT, we need the PSDKLA 6.0, as PSDKLA required ubuntu 18.04, we are working on it, when we run QMAKE,we got error"No such file"  due to 

/opt/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/qmake: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /opt/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/qmake)
        linux-vdso.so.1 (0x00007ffd9df4f000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f985e70b000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f985e36d000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f985e155000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f985dd64000)
        /home/a0224068local/1Twork2/psdkal/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/linux-devkit/sysroots/x86_64-arago-linux/lib/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2 (0x00007f985ea94000)

the default GLIBC is 2.27, when we manually upgrade to GLIBC2.28 will get an coredump when run Qmake

[linux-devkit]:/opt/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/linux-devkit> gdb /opt/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/qmake
Segmentation fault (core dumped)

please share us how you setup the build enviroment.

thanks~~~~