-
Notifications
You must be signed in to change notification settings - Fork 0
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
Just a Question of How to Use #1
Comments
Anyone? @josephwinston |
I haven’t done anything with this in quite a long time. What are you trying to do?
…On May 22, 2020, 4:54 AM -0500, exonent ***@***.***>, wrote:
Anyone? @josephwinston
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I want to convert my Fortran to C using F2C and then using that C code in EMScripten. The F2C process works perfectly, but when I use the emcc command I get some:
Thats because I'm using EMScripten. How do you resolve it? Thx! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, Happy New Year!
My first question is: ¿Your emscripten-f2c is the same if I use F2C and EMS?
I have a problem with f2c, when Im using with EMScripten.
I normally use F2C with XCode to build some Fortran code into my iOS App. That works fine!
But now, Im migrating my iOS App to iOnic (Hybrid App Framework) but when Im using the command:
Take this errors:
How do you resolve it? I don't want to use
"-s ERROR_ON_UNDEFINED_SYMBOLS=0"
because when I deploy it into iOnic got the same errors but in the web console.So, Can I use your
emscripten-f2c
to compile it and get an usable code (.JS & .wasm)?My only problem is the
"undefined symbol"
. Don't know how to solve...The text was updated successfully, but these errors were encountered: