I changed mainboard/vendor/board/Options.lb:
## Request this level of debugging output default DEFAULT_CONSOLE_LOGLEVEL=9 ## At a maximum only compile in this level of debugging default MAXIMUM_CONSOLE_LOGLEVEL=9
Then I did a buildtarget, "make clean" and a "make". Then romcc complains that
auto.c:3.0: macro DEFAULT_CONSOLE_LOGLEVEL already defined make[1]: *** [auto.inc] Error 1
How are you suppose to change the DEFAULT_CONSOLE_LOGLEVEL to get print_spew() to print?
Regards, Steve Kimball Banchmark Electronics
On Mon, 17 Jan 2005 Stephen.Kimball@bench.com wrote:
I changed mainboard/vendor/board/Options.lb:
## Request this level of debugging output default DEFAULT_CONSOLE_LOGLEVEL=9 ## At a maximum only compile in this level of debugging default MAXIMUM_CONSOLE_LOGLEVEL=9
you don't change it there, you change it in your targets file.
Sorry for the bad docs.
ron
I'm sick and havea to go lie down, can somebody explain the loglvel stuff to stephen. ron