Hello,
By using packaged \SLQS03.03.08.bin.tar\SLQS03.03.08.bin\build\bin\arm files with connection manager (SLQS03.03.08.bin.tar\SLQS03.03.08.bin\SampleApps\Connection_Manager\bin\connectionmgrarm ) we are able to run connection manager test app with out any issues as expected.
To customize connection manager, we required to compile this app. For this, when we try to compile for arm we are getting following errors:
Development-Linux:~/Documents/sierramodem/gobi/SLQS03.03.10.bin/SampleApps/Connection_Manager$ make CROSS_COMPILE=~/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux/bin/arm-none-linux-gnueabi- ARCH=arm
bin/ exists - good.
/home/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux/bin/../lib/gcc/arm-none-linux-gnueabi/4.8.3/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lslqsqmi
/home/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux/bin/../lib/gcc/arm-none-linux-gnueabi/4.8.3/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lslqsapi
/home/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux/bin/../lib/gcc/arm-none-linux-gnueabi/4.8.3/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lslqscore
collect2: error: ld returned 1 exit status
make: *** [bin/connectionmgrhostx86_64] Error 1
Development-Linux:~/Documents/sierramodem/gobi/SLQS03.03.10.bin/SampleApps/Connection_Manager$
As per Linux QMI SDK Application Developer Guide, to get lslqsqmi, lslqsapi and lslqscore bin files needs to build SDK. For this we tried to build
pkgs\sampleapp.mak
as per given instructions in page number # 16.
Can anyone please suggest how to compile given sample applications under ARM cross Compile.