From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suet Fei Li To: "'ecos-discuss@sourceware.cygnus.com'" Subject: [ECOS] code size Date: Wed, 31 Jan 2001 20:51:00 -0000 Message-id: <711F6B80B5B4D211BA900090272AB7649DB52A@noyce.eecs.berkeley.edu> X-SW-Source: 2001-01/msg00520.html Hi guys, I wrote an application using ecos as the OS. The total code size is 33K (it is for ARM). The application takes 8K. I would like to know how I can reduce the total code size, like what sort of configurable options I should use. I am directly calling the ecos kernels in my application, and the scheduler is a multi-queue one. Any input will be greatly appreciated.