QMI SDK Flashing Tool

Hi Alex,

Yes I’m using 03.03.10 SDK. I tried fedora and ubuntu. I’m trying to compile the Firmware_Download to reflash a verizon firmware onto the MC7345.
so I tried following the linux guide page 16 that comes with it and well I’m missing the files under the pkgs folder. so no pkgs.mak nothing. so I tried the following
I have both a generic environment to compile normal apps and I also have a toolchain with uclibc.

I get the same errors if I run make or just make CPU=mipsel
[dan@localhost Firmware_Download]$ make
Compiling src/fwDld_main.c
obj/hostx86_64/ exists - good.
Compiling src/fwDld_9x00.c
obj/hostx86_64/ exists - good.
Compiling src/fwDld_G3K.c
obj/hostx86_64/ exists - good.
Compiling src/fwDld_9x15.c
/usr/bin/ld: cannot find -lslqsqmi
/usr/bin/ld: cannot find -lslqsapi
/usr/bin/ld: cannot find -lslqscore
collect2: error: ld returned 1 exit status
make: *** [bin/fwdldhostx86_64] Error 1

so it missing the libs to make anything. you I thought that there must be another package or dev kit to go with it?

Thanks
Dan