Thanks Manu, I'll try that. Also, can you tell me what amount of the C standard library is normally used by an Eiffel system of its runtime? I'm very much constrained on that side...
On 7/26/07, Emmanuel Stapf [ES] < manus
eiffel.com">manus
eiffel.com> wrote:
> Also, I'd like to be able to put the settings in my ECF file
> so that I can switch from a Win32 target (or any other
> desktop target) to my embedded target without any change to
> my development environment.
At the moment you can achieve this by adding a fake external include clause
that would read ". MY_C_OPTIONS". Then the `MY_C_OPTIONS' part is given to
the C compiler command line.
> Does anyone know how I can setup my C compilation to be able to do so?
The other thing you can do is define the ISE_CFLAGS environemnt variable and
those gets added to the C compilation phase.
Regards,
Manu
--
Simon
.