In SX Microcontrollers, SX/B Compiler and SX-Key Tool, peterverkaik wrote: Now I have mainfile.src include "lib_main.inc" lib_main.inc include "lib_constants.inc" include "lib_uartCalculations.inc" include "lib_threads.inc" include "lib_initPorts.inc" include "lib_dirbuf.inc" include "lib_timer8.inc" include "lib_timer16.inc" include "lib_queue.inc" include "lib_stack.inc" include "lib_parity.inc" include "lib_uartTransmit.inc" include "lib_uartReceive.inc" include "lib_i2cMaster.inc" include "lib_i2cSlave.inc" These include files contain no further include directives. If I insert those include files inline, the mainfile.src assembles correctly. Using the include directives, I now get an error Error 67: total number of include files exceeded 31. However, I only have 15 include files !! regards peter ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=82216#m82240 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2005 (http://www.dotNetBB.com)