-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Getting a "Index out of range error while upgrading emsdk version to 3.1.18 ,3.1.19 and even in 3.1.10" previously my test app was building fine with emsdk 1.39.20 #17826
Comments
Can you should the completely failing command? With cmake you can use this by running |
I have try to add verbose by using "set (CMAKE_VERBOSE_MAKEFILE ON) " on cmakelist.txt file ,but not get enough message [100%] Linking CXX executable TestProfileWebTestApp.js |
Could you modify |
hi |
Can you add |
error_print.docx |
Could you attach as a simple text file? The docx seems to be causing google docs to struggle. |
|
It looks like some extra chars might have ended up in that text file somehow. Can you run your build command with the |
sure |
I figured out the problem. It looks line some of your object files were built with an older version of clang for example: This object file contains symbols which looks like they must have come from an older version of llvm/clang. Can you try rebuilding all of these ? |
I tried your suggestion ,it is working now thanks @sbc100 |
after running this command:
|
Please include the following in your bug report:
Version of emscripten/emsdk: 3.1.18 ,3.1.10 ,3.1.20
The text was updated successfully, but these errors were encountered: