Difference between revisions of "Create a project from scratch with Guiliani 2.2 RZ/A with TES eGML SDK with e2Studio"

From Guiliani

(Created page with "# Open SDK folder in explorer. # Copy directory StreamRuntime give it a name of your choice (later referred as <YourProject>). # in sub directory Renesas make a copy of the fo...")
 
Line 6: Line 6:
 
# Import <YourProject> to the workspace.
 
# Import <YourProject> to the workspace.
 
# Change the following directory links to point to in the respective sub directories of <YourProject>:
 
# Change the following directory links to point to in the respective sub directories of <YourProject>:
  * Common
+
#* Common
  * Include
+
#* Include
  * linker_script
+
#* linker_script
  * Source
+
#* Source
 
# Check if the the same files as in the StreamRuntime project are marked as excluded for all build configurations.
 
# Check if the the same files as in the StreamRuntime project are marked as excluded for all build configurations.
 
# In the tool settings Compiler/Source Change all Include paths pointing to StreamRuntime to <YourProject>.
 
# In the tool settings Compiler/Source Change all Include paths pointing to StreamRuntime to <YourProject>.

Revision as of 15:23, 12 February 2018

  1. Open SDK folder in explorer.
  2. Copy directory StreamRuntime give it a name of your choice (later referred as <YourProject>).
  3. in sub directory Renesas make a copy of the folder StreamRuntime and give it the name <YourProject>.
  4. rename jlink and launch configurations, replacing StreamRuntime with <YourProject>.
  5. Open e2studio and select Renesas folder as workspace.
  6. Import <YourProject> to the workspace.
  7. Change the following directory links to point to in the respective sub directories of <YourProject>:
    • Common
    • Include
    • linker_script
    • Source
  8. Check if the the same files as in the StreamRuntime project are marked as excluded for all build configurations.
  9. In the tool settings Compiler/Source Change all Include paths pointing to StreamRuntime to <YourProject>.