2008-09-01 02:33:17 filesystem romfs and menuconfig
Daniele Pagani (ITALY)
Message: 61459
Dear guys,
I don't understand a question.
When I use make menuconfig I select the application that I want use with uClinux, so, for example, I disable quit all the applications.
But, after I've sucessfully compiled, I find again all the application in the /bin directory, so I believe that the compiler uses the romfs directory instead the selected menu with menuconfig (or with xconfig).
So, if I want to do not use some applications, what I need to to:
1) deselect in the menu in menuconfig and then delete the application from the romfs?
or something else?
Thank you in advanced for you cooperation,
best regards,
Daniele.
TranslateQuoteReplyEditDelete
2008-09-01 04:14:19 Re: filesystem romfs and menuconfig
Michele d'Amico (ITALY)
Message: 61463
Hi Daniele,
> 1) deselect in the menu in menuconfig and then delete the application from the romfs?
Right!
The config tool doesn't check if some tools become selected/unselected, it just runs a make (first all rule and then romfs rule) for every selcted tool/application but it doesn't do anything for the unselected entries.
Regards
--Michele
QuoteReplyEditDelete
2008-09-01 05:00:22 Re: filesystem romfs and menuconfig
Daniele Pagani (ITALY)
Message: 61466
Grazie,
ciao