The ModusToolbox™ Setup program is located on our website here:

https://softwaretools.infineon.com/tools/com.ifx.tb.tool.modustoolboxsetup

The Setup program is used to install base packages and additional packages on Windows, Linux, and macOS. Select the latest tools package and any other packages you want, such as the Eclipse IDE for ModusToolbox™. The Setup program will also select dependency package, such as Programming tools. Refer to the

ModusToolbox™ software installation guide

for specific instructions.

GUI set-up instructions

In general, the GUI-based tools included as part of the ModusToolbox™ tools package work out of the box without any changes required. The same is true of packages installed through the Setup program in addition to the tools package. Simply launch the executable for the applicable GUI tool. On Windows, most tools are on the

Start

menu.

CLI set-up instructions

Before using the CLI tools, ensure that the environment is set up correctly. To check your installation, open the appropriate command-line terminal for your operating system.

Note: For Windows, the tools package provides a command-line utility called "modus-shell." You can run this by typing "modus-shell" in the Windows search box.


  • Type

    which make

    . For most environments, it should return

    /usr/bin/make

    .

  • Type

    which git

    . For most environments, it should return

    /usr/bin/git

    .

If these commands return the appropriate paths, then you can begin using the CLI. Otherwise, install and configure the GNU make and Git packages as appropriate for your environment.