An example XSCT session that demonstrates creating an empty
application for
Cortex®-A53 processor, by adding
the compiler option -std=c99
is as follows.
setws /tmp/wrk/workspace
app create -name test_a53 -hw /tmp/wrk/system.xsa -os standalone -proc psu_cortexa53_0 -template {Empty Application(C)}
importsources -name test_a53 -path /tmp/sources/
app config -name test_a53 -add compiler-misc {-std=c99}
app build -name test_a53