Thanks for the quick update...
This compilation worked ok...
Edson.
Andrei Pelinescu-Onciul escreveu:
On Jun 24, 2009 at 14:16, Edson Gellert Schubert
<egschubert(a)gmail.com> wrote:
Find the missed part of this h350 issue....
H350 compilation was tryed because the module name is not present on the
"exclude_modules" list. After including it on a clean downloaded source
it worked as expected.
Could someone update Makefile to include 'h350' on the default excluded
list?
Done, thanks.
I've excluded a lot of modules that did require external libraries,
including h350 that requires and external *.h.
BTW: you can ignore compilation errors using: make all err_fail=0.
With err_fail=0 the compilation will not stop anymore on errors, it will
continue.
Andrei