Open GoogleCodeExporter opened 9 years ago
This could be unrelated, but I am also encountering undefined references to
stdout and stderr when trying to link V8's NaCl build.
Original comment by Wilsoni...@gmail.com
on 17 Jun 2014 at 9:24
When libRegal is built against newlib (as in this case) it should not contain
any references to stdout or stdout, since newlib uses #define to rename these.
I think what has possible happened is that the glibc build of libRegal or at
least come of the object in libRegal has somehow been installed.
Can you try 'rm -rf out/build/regal' and then 'make regal FORCE=1'?
Original comment by sbc@google.com
on 17 Jun 2014 at 9:29
Original issue reported on code.google.com by
julius.s...@gmail.com
on 10 May 2014 at 10:07