E2studio

Configure/Generate and Build a project from Command Line

Prerequisites:
  1. Install e2studio.
  2. Install the standalone Smart Configurator intended for IAR.
  3. Use an existing project for e2studio or create a blinky project with e2studio for testing.
Generate FSP files and configuration:
  1. Open Windows command prompt
  2. Go to project folder
  3. Open Smart Configurator (adapt the path accordingly):
    C:\Renesas\rzt\sc_v2025-01_fsp_v2.3.0\eclipse\rasc.exe --compiler GCC configuration.xml
    (Option --help shows a list of available options.)
  4. Configure the project and generate the files as usual
Build the project:
  1. Open Windows command prompt
  2. Go to the "Debug" folder below the project folder
  3. Call the make tool to build (adapt the path accordingly):
    C:\Renesas\e2_studio\eclipse\plugins\com.renesas.ide.exttools.gnumake.win32.x86_64_4.3.1.v20240909-0854\mk\make.exe -r --output-sync -j8 all
  4. To clean the project call:ย 
    C:\Renesas\e2_studio\eclipse\plugins\com.renesas.ide.exttools.gnumake.win32.x86_64_4.3.1.v20240909-0854\mk\make.exe clean


  • No labels