We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having some issues getting it built.
From gngeo/src, doing emmake make yields a binary only 35 bytes in size. The resulting gngeo.wasm is equivalently tiny.
gngeo/src
emmake make
gngeo.wasm
Also seeing
emcc: warning: undefined exported function: "_get_neogeo_frame_counter" [-Wundefined] emcc: warning: undefined exported function: "_get_rom_ctile_addr" [-Wundefined] emcc: warning: undefined exported function: "_get_tile_ram_addr" [-Wundefined] emcc: warning: undefined exported function: "_run_rom" [-Wundefined] emcc: warning: undefined exported function: "_get_neogeo_frame_counter_speed" [-Wundefined] emcc: warning: undefined exported function: "_get_current_pal_addr" [-Wundefined]
which is probably bad.
The text was updated successfully, but these errors were encountered:
Looks like need to keep all the *.o files in src/generator68k
*.o
Sorry, something went wrong.
@city41 I'm assuming gngeo/EMSCRIPTEN.md hasn't been updated to reflect this?
gngeo/EMSCRIPTEN.md
@tcd I honestly don't remember, it's been a crazy year and I haven't touched this project in a long time :|
I think you're the first person besides me who has ever looked at it :)
were you able to get it built with emscripten, @tcd?
No branches or pull requests
Having some issues getting it built.
From
gngeo/src
, doingemmake make
yields a binary only 35 bytes in size. The resultinggngeo.wasm
is equivalently tiny.Also seeing
which is probably bad.
The text was updated successfully, but these errors were encountered: