To use emBuild without a SEGGER Embedded Studio project, specify the name of an installed project template, the name of the project, and the files to build. For example:
emBuild -config … -template LM3S_EXE -project myproject -file main.c
Or, instead of a template, you can specify a project type:
emBuild -config … -type "Library" -project myproject -file main.c
You can specify project properties with the -property option:
emBuild … -property Target=LM3S811