readme update
This commit is contained in:
parent
7905970808
commit
f610d6f050
10
README.md
10
README.md
@ -62,15 +62,17 @@ git submodule update
|
|||||||
4. Import project
|
4. Import project
|
||||||
* File → Import → C/C++ → Existing Code as Makefile Project
|
* File → Import → C/C++ → Existing Code as Makefile Project
|
||||||
5. Set build command. Replace \<target\> with either debug or release.
|
5. Set build command. Replace \<target\> with either debug or release.
|
||||||
* When on Linux right click project → Properties → C/C++ Build → Set build command to make \<target\> -j
|
* When on Linux right click project → Properties → C/C++ Build → Set build command to `make <target> -j`
|
||||||
* -j causes the compiler to use all available cores
|
* -j causes the compiler to use all available cores
|
||||||
* On windows create a make target (Windows → Show View → Make Target)
|
* The target is used to either compile the debug or the optimized release build.
|
||||||
|
* On windows create a make target additionally (Windows → Show View → Make Target)
|
||||||
* Right click eive_obsw → New
|
* Right click eive_obsw → New
|
||||||
* Target name: all
|
* Target name: all
|
||||||
* Uncheck "Same as the target name"
|
* Uncheck "Same as the target name"
|
||||||
* Uncheck "Use builder settings"
|
* Uncheck "Use builder settings"
|
||||||
* As build command type: `make -j \<target\> WINDOWS=1`
|
* As build command type: `make -j <target> WINDOWS=1`
|
||||||
6. Run build command (double click the generated target)
|
6. Run build command by double clicking the created target or by right clicking
|
||||||
|
the project folder and selecting Build Project.
|
||||||
|
|
||||||
## Debugging the software (when workstation is directly conncected to Q7S)
|
## Debugging the software (when workstation is directly conncected to Q7S)
|
||||||
1. Assign static IP address to Q7S
|
1. Assign static IP address to Q7S
|
||||||
|
Loading…
Reference in New Issue
Block a user