Ask for instructions of building a simplest example on Ubuntu 16.04

You need to specify some options for the makefile, these can be found by using:

make --help

For example:

make -f make/play_sound.makefile CPU=x86 CONFIG=Debug
1 Like