--- In AgileEmbedded@yahoogroups.com, "davekelloggs" <dave.kellogg@...> wrote:
>
> I'm working toward compiling my embedded code on a continuous integration
server. Any suggestions (for or against) using GCC vs Microsoft Visual C as the
compiler in that environment?
>
> The target is a 16-bit Freescale part, using CodeWarrior.
As mentioned in other posts as well, IMHO real integration can only be run on
the target or with a target simulation. In the embedded world, running the suite
of unit tests on the host is not "integration" but is an extremely important
step in becoming agile. Therefore for true integration you need to start
developing your system or sub-system level tests.
Any other opinions?