Creating a Project - mips-open-ide/Releases GitHub Wiki

From the MIPS Open IDE workbench, you can begin to create a project for a MIPS MCU. Start by selecting File->New->Project to show the New Project Dialog in Figure 15:

Figure 15 - New Project Dialog

Select “C Project” and click “Next” to continue.

Figure 16 - Project Types Selection Dialog

MIPS Open IDE will now present a list of project types to choose from in Figure 16. You may need to check/uncheck the “Show project types and toolchains…” checkbox to show all-available project types for MIPS MCUs.

Select “MIPS Embedded Linux Project” then select “Hello World C Project” for this exercise and enter “MIPS_MTI_LINUX” for Project name. Click “Next” to move to the C Project Dialog, shown in Figure 17.

Figure 17 - C Project Dialog