Quantcast
Channel: Intel Developer Zone Articles
Viewing all articles
Browse latest Browse all 3384

How to import the latest QMSI in ISSM

$
0
0

How to import the latest QMSI in ISSM

If you want to evaluate the latest version of QMSI which is not intergarated in ISSM yet, here are the steps you can follow to evalutate it on ISSM. Otherwise, command line could be the other option. Before we start, please make sure your ISSM can build/run the application without any issue.

At the beginning of the steps, you should download the QMSI 1.3 package from this github webpage. (https://github.com/quark-mcu/qmsi/releases/tag/v1.3.1)

Go to File > Import > C/C++ > Exiting Code as Make Project. Select the compiler you need for different demand or different core. Here, we choose GCC IA Compiler, name the project name and browse the location of the sample in QMSI 1.3 package. We take LED blinking as example here.

Now, you can see the “blinky” project in the ISSM IDE.

In default, the image will be built in release build. You need to setup “BUILD” variable. Right click the project and go to C/C++ Build > Environment > Add BUILD debug variable.

After that, you can click hammer icon to build the application and check the parameters in console log to make sure the image is built for your requirement, target platform and so on.

Next step, we need to set up some debug configuration manually. For this part, you can easily duplicate the debug configuration with existing QMSI1.1 sample.

And then, modify the project name and C/C++ Application location.

Now, you can click the bug icon to build/flash image as usual.


Viewing all articles
Browse latest Browse all 3384

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>