Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for WebAssembly
  4. Webassembly linker errors

Webassembly linker errors

Scheduled Pinned Locked Moved Unsolved Qt for WebAssembly
1 Posts 1 Posters 508 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    yalnte
    wrote on last edited by
    #1

    I'm getting these errors:

    shared:WARNING: object /tmp/emscripten_temp_TI8vJy_archive_contents/main.o is not valid according to llvm-nm, cannot link
    shared:WARNING: object /tmp/emscripten_temp_TI8vJy_archive_contents/qwasmintegration.o is not valid according to llvm-nm, cannot link
    shared:WARNING: object /tmp/emscripten_temp_TI8vJy_archive_contents/qwasmwindow.o is not valid according to llvm-nm, cannot link
    shared:WARNING: object /tmp/emscripten_temp_TI8vJy_archive_contents/qwasmscreen.o is not valid according to llvm-nm, cannot link
    shared:WARNING: object /tmp/emscripten_temp_TI8vJy_archive_contents/qwasmfontdatabase.o is not valid according to llvm-nm, cannot link
    
    

    and

    error: undefined symbol: _Z11qt_assert_xPKcS0_S0_i
    warning: To disable errors for undefined symbols use `-s ERROR_ON_UNDEFINED_SYMBOLS=0`
    error: undefined symbol: _Z13qFlagLocationPKc
    error: undefined symbol: _Z20qResourceFeatureZlibv
    error: undefined symbol: _Z21qRegisterResourceDataiPKhS0_S0_
    error: undefined symbol: _Z23qUnregisterResourceDataiPKhS0_S0_
    error: undefined symbol: _Z27qt_static_plugin_QGifPluginv
    
    

    Any suggestions please?

    1 Reply Last reply
    1

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved