Part Number: TMDSEVM572X
Hi,
When we tried to compile our application in the AM5728-evm we got the following error:
CMake Error at CMakeLists.txt:191 (message):
Could not find the standard dynamic loader at /lib/ld-linux.so.2
So we modified the makefile accordingly to consider the processor-sdk-linux loader : ld-linux-armhf.so.3
But now after the modification we are getting the following error:
c++: error: unrecognized command line option '-msse2'
c++: error: unrecognized command line option '-mfpmath=sse'
make[2]: *** [libraries/wireless/CMakeFiles/shptoxml.dir/build.make:63: librarie
s/wireless/CMakeFiles/shptoxml.dir/src/shptoxml/shptoxml.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:624: libraries/wireless/CMakeFiles/shptoxml.d
ir/all] Error 2
make: *** [Makefile:139: all] Error 2
SDK used in the platform: PROCESSOR-SDK-LINUX-RT-AM57X
Request you suggest the suitable solution at the earliest.Thanks in advance