Driving Embedded Firmware C Project on CruiseControl
I finally made it. A dedicated page for configuring CruiseControl for embedded firmware C project. It combines some of my earlier posts, but also tries to add detail. Take a look here, and tell me what is missing.
I'm using EmbUnit under Cygwin. I decided to have a better output using the function TextUIRunner_setOutputter with the argument TextOutputter_outputter() and linked to the library textui.
This is part of the output:
../../../lib/libtextui.a(TextOutputter.o): TextOutputter.c:(.text+0x22): undefined reference to `__imp___iob'
2 comments:
Hi Timo!
I'm using EmbUnit under Cygwin. I decided to have a better output using the function TextUIRunner_setOutputter with the argument TextOutputter_outputter() and linked to the library textui.
This is part of the output:
../../../lib/libtextui.a(TextOutputter.o):
TextOutputter.c:(.text+0x22): undefined reference to `__imp___iob'
Any idea?
Thanks!
Bye!
Ivan
Hi Ivan,
I'm on vacation and behind very poor connection in Thailand. I'm not checking stuff so frequently.
For the same reason, I can not check your problem. If you manage to solve it, please share the solution.
Brgds,
Timo
Post a Comment