Probably a stupid question...
But I've have suc6 building an dbox2 enigma image from the CVS source...
Now, I've changed some .cpp files of enigma... how to rebuild just enigma?
What make/clean commando's do I need?
The sollution I use right now is by deleting it all, check every out of the CVS again... change my files... rebuild from the ground up... not the fastest way of doing it...
Any ideas?
Rebuild enigma only....?!
-
- Neugieriger
- Beiträge: 9
- Registriert: Donnerstag 25. August 2005, 09:14
I'm also an enigma builder
The way I do it is change into the tuxbox-cvs/cdk directory and type: make enigma - if that compiles successfully then type make flash-squashfsenigmaimages. I never do any clean commands (which I suppose I should really).
After that you'll find squashfsjffs2enigma_2x.img in the cdkflash directory.
NOTE:
I sometimes find that the newly created enigma files dont get put into the image. To get around that problem I type this in a new console:
cp /home/liam/tuxbox-apps/tuxbox/enigma/src/.libs/enigma /home/liam/dbox2/cdkroot/bin
Not sure why it sometimes misses the enigma binary, probably something stupid I'm doing.
Liam
The way I do it is change into the tuxbox-cvs/cdk directory and type: make enigma - if that compiles successfully then type make flash-squashfsenigmaimages. I never do any clean commands (which I suppose I should really).
After that you'll find squashfsjffs2enigma_2x.img in the cdkflash directory.
NOTE:
I sometimes find that the newly created enigma files dont get put into the image. To get around that problem I type this in a new console:
cp /home/liam/tuxbox-apps/tuxbox/enigma/src/.libs/enigma /home/liam/dbox2/cdkroot/bin
Not sure why it sometimes misses the enigma binary, probably something stupid I'm doing.
Liam
-
- Developer
- Beiträge: 2183
- Registriert: Mittwoch 10. Dezember 2003, 07:59
Code: Alles auswählen
rm .deps/enigma
make .deps/enigma