Building the Executable Stand Project - mips-open-ide/Releases GitHub Wiki

To build the executable, first ensure that the Console tab is selected. This makes it possible to view the progress of the executable build since the actual MIPS C compiler invocation for each source file and the linker invocation is displayed in the Console view. Next, simply select the Build button to build the executable. Note that the default project settings are for a specific combination of MIPS MCU device architecture, device, and hardware debug tools. To select a different combination, please refer to the subsequent section in this chapter called Modifying Projects.

Once selected, observe compilation and linkage commands in the Console.

At this point, the MIPS Embedded Linux executable is ready for program, execution, and debug. Creating & Editing Files section of this guide contains details of the program and debug processes.