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. Why can't I find compiler 'em++' when installing wasm directives?
QtWS25 Last Chance

Why can't I find compiler 'em++' when installing wasm directives?

Scheduled Pinned Locked Moved Solved Qt for WebAssembly
3 Posts 2 Posters 308 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.
  • M Offline
    M Offline
    mirro
    wrote on last edited by
    #1

    Why is there a message indicating that you cannot link to the target when compiler 'em++' is already installed?

    configure -xplatform wasm-emscripten -nomake examples -feature-thread -prefix C:/Qt/Qt5.15.2/5.15.2/wasm

    alt text

    JonBJ 1 Reply Last reply
    0
    • M mirro

      Why is there a message indicating that you cannot link to the target when compiler 'em++' is already installed?

      configure -xplatform wasm-emscripten -nomake examples -feature-thread -prefix C:/Qt/Qt5.15.2/5.15.2/wasm

      alt text

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @mirro
      In the left hand pane you show running emsdk_env.bat to set up whatever environment necessary to run em++. How does that relate to the situation in the right-hand pane? You probably need to have run that .bat. Also, at left you are in the D:\emsdk directory, perhaps em++ is there? In the right-hand pane you are in a different directory. Perhaps you either need D:\emsdk on your PATH or you need the command from qmake to specify the full path as D:\emsdk\em++?

      M 1 Reply Last reply
      1
      • JonBJ JonB

        @mirro
        In the left hand pane you show running emsdk_env.bat to set up whatever environment necessary to run em++. How does that relate to the situation in the right-hand pane? You probably need to have run that .bat. Also, at left you are in the D:\emsdk directory, perhaps em++ is there? In the right-hand pane you are in a different directory. Perhaps you either need D:\emsdk on your PATH or you need the command from qmake to specify the full path as D:\emsdk\em++?

        M Offline
        M Offline
        mirro
        wrote on last edited by
        #3

        @JonB

        Hi~,How does the qmake command set the path to D:\emsdk\em++?

        1 Reply Last reply
        0
        • M mirro has marked this topic as solved on

        • Login

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