Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Typo

...

  1. Choose an appropriate project at the GOAL directory at commandline

    Code Block
    user: ~ cd GOAL/projects/goal_pnio/01_simple_io/gcc
  2. Select a platform

    Code Block
    user: ~/GOAL/projects/goal_pnio/01_simple_io/gcc make select
    
    No platform selected, choose a platform - OR - press <CTRL+c> and set the
    PLATFORM environment variable.
    
    Choose platform:
    ...
    [ 3] stm32_cube_f429_eth_stand_alone (gcc)
    ...
    
    Choice [1-17]: 3
    
    Selected platform: [ 3] stm32_cube_f429_eth_stand_alone
  3. Invoke the project generator and choose IDE and template

    Code Block
    user: ~/GOAL/projects/goal_pnio/01_simple_io/gcc make gen_project
    
    Platform selected by .platform file: stm32_cube_f429_eth_stand_alone
    
    Please select a template - OR - press <CTRL+c> and set the
    GEN_PROJECT_TPL environment variable.
    
    Choose IDE:
      [ 1] ccstudio
      [ 2] e2stu
      [ 3] eclipse
      [ 4] stmcubeide
    
    Choice [1-4]: 4
    
    Choose template:
    ...
      [12] port/stmcubeide_stm32generic_f429_nucleo_eth
      [13] port/stmcubeide_stm32generic_f429_nucleo_eth_stand_alone
      [14] port/stmcubeide_stm32generic_f429_nucleo_eth_stand_alone_freertos
    ...
    
    Choice [1-14]: 12
    
    Selected template: [12] stmcubeide/port/stmcubeide_stm32generic_f429_nucleo_eth
    ...

The created project file is located at the IDE specific directory in the project location, e.g. “GOALGOAL/projects/<protocol>/<application>/stmcubeide/port/stmcubeide_stm32generic_f429_nucleo_eth/.project”.

...

Import the generated Project

The follwoing following Chapter describes the basic handling of the generated project file and how to import it into supported IDEs.

...

  1. Open the IDE and select “Import projects…” [1]

  2. Select “Existing Projects into Workspace”, [2] and select “Next >” [3]

  3. Browse search-directory by “Browse” [4] and navigate to the extracted GOAL delivery [5]

  4. Choose the appropriate protocol directoy directory and apply with “Select” [6]

  5. Select the discovered project for your choosen platform and “Finish”

...

  1. Open the ccstudio and select “Import projects…” [1]

  2. Select “CCS Projects” [2] and select “Next >” [3]

  3. Browse search-directory by “Browse” [4] and navigate to the extracted GOAL delivery [5]

  4. Choose the appropriate protocol directoy directory and apply with “Select” [6]

  5. Select the discovered project and “Finish”

...