Compiler "too many live types" error

[email protected] Tue, 12 Jul 2005 15:55:05 +0200 (CEST)
Newsgroups gmane.comp.lang.eiffel.smalleiffel
Message-ID <[email protected]>
Hi,

I'm using SmartEiffel to develop a real-time application on RTAI (http://www.aero.polimi.it/~rtai/index.html).

I get the following error:
Fatal Error: Too many live types (the maximum is 32765).

This is only a small application with 4 user defined types. It does have a lot of external C calls though:

   * 3 macros
   * 13 functions

Any ideas where I should start to look for the problem?

Kind regards,
Norman Cooke