On Wed, Sep 1, 2021 at 1:00 AM Bryan Brattlof <hello@xxxxxxxxxxxxxxxxx> wrote: > > On this day, August 31, 2021, thus sayeth Fabio M. De Francesco: > > > > I just want to *really* thank you for the hard work you got involved and that > > you carried out with one of the highest levels of professionalism (and > > patience :)) very few of us could ever equal (not I, for sure). > > > > I thank you also not for the technical hints you gave to Krish, instead for > > your your choice "to not rob [you] Krish the opportunity to learn". > > > > Actually I was tempted to write something like "first do this, than that, and > > finally run this tool". But I was able to desist, by learning from you how > > people should be helped for real. > > > > Most of us here should learn by your attitude. > > > > Thanks again, seriously. > > > > Thank you for such kind words, Fabio. > > I was very lucky to be, and still am, surrounded by people who > demonstrated this idea to me when I was young. I am very happy to see > others here see how beneficial and helpful (in the long term) learning > this way can be. > > I'm grateful to have found and be a part of this community. > ~Bryan > Interesting. "make drivers/staging/android/ " works now (finally!) and shows me the errors when I mess up in the file ashmem.c for example. Furthermore, " make CCFLAGS=-Werror W=1 drivers/staging/android/ " outputs the same errors too just more verbose. So it works completely now, However, "make CCFLAGS=-Werror W=1 M=drivers/staging/android/ " just takes to new prompt line and does not output anything. Do you know why? Thanks