Traceback (most recent call last):
File "/Users/tlinton/Library/Emscripten/emscripten/1.12.0/emscripten.py", line 1405, in <module>
_main(environ=os.environ)
File "/Users/tlinton/Library/Emscripten/emscripten/1.12.0/emscripten.py", line 1393, in _main
temp_files.run_and_clean(lambda: main(
File "/Users/tlinton/Library/Emscripten/emscripten/1.12.0/tools/tempfiles.py", line 39, in run_and_clean
return func()
File "/Users/tlinton/Library/Emscripten/emscripten/1.12.0/emscripten.py", line 1401, in <lambda>
DEBUG_CACHE=DEBUG_CACHE,
File "/Users/tlinton/Library/Emscripten/emscripten/1.12.0/emscripten.py", line 1288, in main
jcache=jcache, temp_files=temp_files, DEBUG=DEBUG, DEBUG_CACHE=DEBUG_CACHE)
File "/Users/tlinton/Library/Emscripten/emscripten/1.12.0/emscripten.py", line 292, in emscript
assert len(output) == 2, 'Did not receive forwarded data in an output - process failed? We only got: ' + output[0][-3000:]
AssertionError: Did not receive forwarded data in an output - process failed? We only got:
[ Very long dump of code ]
Traceback (most recent call last):
File "/Users/tlinton/Library/Emscripten/emscripten/1.12.0/emcc", line 1525, in <module>
final = shared.Building.emscripten(final, append_ext=False, extra_args=extra_args)
File "/Users/tlinton/Library/Emscripten/emscripten/1.12.0/tools/shared.py", line 1276, in emscripten
assert os.path.exists(filename + '.o.js') and len(open(filename + '.o.js', 'r').read()) > 0, 'Emscripten failed to generate .js: ' + str(compiler_output)
AssertionError: Emscripten failed to generate .js:
You can view the full build log here:
Does anyone know off hand what might be the issue? Is there any hugely concerning issues with the build log (other than some missing/unresolved symbols)? I should note that in Debug mode it compiles and runs (well there are issues, but unrelated to emscripten).
aborting from js compiler due to exception: unhandleable illegal icmp: ugt | undefined
Specifically I seem to be getting this up in the build log that seems concerning:aborting from js compiler due to exception: unhandleable illegal icmp: ugt | undefined
--
You received this message because you are subscribed to the Google Groups "emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-disc...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
This might be a limitation of the old compiler, hopefully it works in the new one,
https://github.com/kripken/emscripten/wiki/LLVM-Backend
The old compiler is deprecated so unless there is a very serious need we should focus on making sure things run ok in the newer one.- Alon
On Wed, Mar 5, 2014 at 12:23 PM, Trevor Linton <trevor...@gmail.com> wrote:
Specifically I seem to be getting this up in the build log that seems concerning:aborting from js compiler due to exception: unhandleable illegal icmp: ugt | undefined
--
You received this message because you are subscribed to the Google Groups "emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-discuss+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-disc...@googlegroups.com.For more options, visit https://groups.google.com/d/optout.