Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:guide-developer:helloworld:chapter6 [2018/07/16 08:43] – Adding additional help for building with new manifest. jknightcelot | docs:guide-developer:helloworld:chapter6 [2018/12/05 04:52] (current) – [Modifying the package manifest, and testing the build] gth | ||
|---|---|---|---|
| Line 87: | Line 87: | ||
| make | make | ||
| </ | </ | ||
| + | |||
| + | If you get the message '' | ||
| + | |||
| + | < | ||
| + | touch helloworld.c | ||
| + | make | ||
| + | </ | ||
| + | |||
| This will build the application using the native compilation tools. | This will build the application using the native compilation tools. | ||
| - | You'll see that GNU make will output the steps it took to build the application and that these steps are quite similar to the manual steps you took in chapter 2. If you encounter errors during the process, then one of the most common errors is that the whitespaces at the start of the rows in the makefile are not tab characters. | + | You'll see that GNU '' |
| ===== Modifying the package manifest, and testing the build ===== | ===== Modifying the package manifest, and testing the build ===== | ||
| - | Now that our makefile is created and tested, we can integrated | + | Now that our package' |
| When migrating to use the GNU make tool, you might not need to use hard tabs anymore. However, I find it good practise to use a hard tab at the start of each command row. When using the multi-line separator ' | When migrating to use the GNU make tool, you might not need to use hard tabs anymore. However, I find it good practise to use a hard tab at the start of each command row. When using the multi-line separator ' | ||