Enigma compiles to over a 40MB file

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
jarekp
Neugieriger
Neugieriger
Beiträge: 10
Registriert: Donnerstag 15. Juli 2004, 21:34

Enigma compiles to over a 40MB file

Beitrag von jarekp »

With make .enigma,

I'm getting /cdkroot/bin/enigma file compiled fine,
but the file size is well over 40MB!!
(I guess it throws in the debug stuff)

Is it like I can compile a tiny version for the flashmemory as well?
What's the make syntax for it or do I pass additional parameters
in the configure? ( I do now --with-targetruleset=flash but it still
compiles to a huge file...)

tia,

jarek
mash4077
Tuxboxer
Tuxboxer
Beiträge: 4654
Registriert: Samstag 27. April 2002, 13:19

Beitrag von mash4077 »

Hi,

there is a thread with the same topic in german:

http://forum.tuxbox-cvs.sourceforge.net ... hp?t=30901

you have to strip the debug information.

regards
mash
jarekp
Neugieriger
Neugieriger
Beiträge: 10
Registriert: Donnerstag 15. Juli 2004, 21:34

Beitrag von jarekp »

Vielen Dank :)

I should have started the search with Deutsche sprache...

Found the strip stuff. Got it going. Thanks,

jarek