-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Parser bug: Invalid token, cannot triage #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The problem is the "module asm" lines, which are inline assembly. Emscripten can't translate CPU-specific code like that. The source code you are building might have an option to not use inline assembly. |
Using e.g. dragonegg this is done to all bc files. If you know a way how to prevent this embedding it would surely be appreciated. |
What command are you using to compile with dragonegg? Might be related to optimization somehow. Try to compile with emmaken.py with dragonegg, that might help since it will then use the emscripten headers and compile flags, something like
|
I cannot use emmaken since I'm using SCons and doing a lot of configuring in SCons. |
I believe you should be able to tell SCons to use a different compiler than the platform's default. Looks like this has the right syntax: http://stackoverflow.com/questions/2944251/changing-default-compiler-in-linux-using-scons So,
|
Yeah I know and I do this quite extensively. I have already a python script in place so I'll have to see how I can access |
Shorter StorageFoundation Encoding
…811.1 (emscripten-core#15) [dotnet/main] Update dependencies from dotnet/arcade
Input file is: http://desti.ruree.net/midi.o.ll
Output is following:
The text was updated successfully, but these errors were encountered: