Using Gecko OS Make

The GSS IDE invokes GNU make to build Apps. Using make from the command line can provide additional options. This section is for users familiar with make and makefiles.

Run make from the App project directory.

Run make help to see documentation of targets and options.

Restrictions on Command Line Make

Due to GNU make limitations, the following characters cannot be used in a password from the command line target:

make login USER=<user> PASSWORD=<pass>

The recommended work-around is to use either: