Closed GoogleCodeExporter closed 9 years ago
Issue 102 has been merged into this issue.
Original comment by sbc@google.com
on 14 Jan 2014 at 7:33
Hii,
I am also facing the similar issue.
Any solution for this i want to build opencv for 32 bit linux???
Thanks,
Saurav
Original comment by kumarsau...@gmail.com
on 14 Feb 2014 at 9:28
You should be able to just set NACL_ARCH=i686 and then type "make opencv".
I think the problem only occurs if you run "make_all.sh" which tries to build
all
architectures, or if you leave NACL_ARCH unset (sinse it defaults to x86_64).
One fix we could make is to make the default arch be i686 when building on
32-bit
linux.. but you should be able to build today without that.
Original comment by sbc@google.com
on 14 Feb 2014 at 6:39
This issue should be addressed in by this change:
https://codereview.chromium.org/634693003
Original comment by sbc@google.com
on 14 Oct 2014 at 12:21
Original comment by sbc@google.com
on 14 Oct 2014 at 12:21
Original issue reported on code.google.com by
sbc@chromium.org
on 14 Jan 2014 at 7:32