Lines Matching full:build
3 This project uses CMake and the GNU ARM-Toolchain as build system and GDB/OpenOCD are used for debu…
6 It allows to build the project either by using a command line terminal or by using IDE's like [VSCo…
44 # Commandline build instructions
50 2. Create a directory named 'build'
52 `mkdir build`
54 3. Go to the created `build` directory
56 `cd build`
212 2. The *`settings.json`* file under `.vscode` directory is the place where one can change the build…
213 These are the build options that will be provided to CMake.
214 …Please see chapter [Commandline Build Instructions](#commandline-build-instructions) for informati…
215 3. Click on the blue status bar of *CMake Tools* to choose a build type (`Debug` or `Release`).
217 4. A `Build` button will now be available.
218 Click this button to build the target.
219 5. The CMake build system will automatically generate a *`launch.json`* file which setups the debug…
251 …Please see chapter [Commandline Build Instructions](#commandline-build-instructions) for informati…
252 3. Click on `Build` to build the project.
257 For example: `loramac-node/build/src/apps/LoRaMac/openocd-run.gdb`.
258 **Note**: The CMake build system will automatically generate the GDB run script.