Import Project Settings (Optional)
About this task
Efinix provides a C/C++ project settings file that defines the include paths and symbols for the C code. Importing these settings into your project lets you explore and jump through the code easily.
Note: You are
not required to import the project settings to build. These settings simply make
it easier for you to write and debug code.
To import the settings:
Procedure
Results
Eclipse creates a new folder in your project named Includes, which contains all of the files the project uses.
After you import the settings, clean your project () and then build (). The build process indexes all of the files so they are linked in your project.