I see no reason why not (but then it’s how I work myself).
It’s best if you use gprbuild rather than gnatmake (or arm-eabi-gnatmake). This means changing the ada-mode options. I’m using the new ada-mode as described here, and I’ve set these in the *Ada Build” subgroup:
srini said, in [tickets:#1],
Related
Tickets:
#1Last edit: Simon Wright 2014-12-23
I see no reason why not (but then it’s how I work myself).
It’s best if you use
gprbuild
rather thangnatmake
(orarm-eabi-gnatmake
). This means changing the ada-mode options. I’m using the new ada-mode as described here, and I’ve set these in the *Ada Build” subgroup:gprbuild -c -u -f -gnatc -p -P${gpr_file} ${full_current}
gprbuild -p -P${gpr_file}
Last edit: Simon Wright 2014-12-23