I uninstalled 2013 and installed 2010 express. Using the tests_msvc10 solution loaded the configuration and properties correctly. However when I try to build hello_world_c project I get the following err ...
1>------ Build started: Project: hello_world_c, Configuration: Debug Emscripten ------ 1> hello_world.c 1>GCCCOMPILE : warning root: (Emscripten: unknown: list index out of range, clearing cache) 1>GCCCOMPILE : warning root: Could not verify LLVM version: list index out of range 1> INFO root: (Emscripten: Running sanity checks) 1>GCCCOMPILE : error root: compiler frontend failed to generate LLVM bitcode, halting 1>GCCCOMPILE : warning : sanity check failed to run list index out of range ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Can someone please help? On Monday, February 3, 2014 11:35:45 AM UTC-8, Mark Hahn wrote: > > I'm using the emscripten platform folder from vs-tools. I created a > config in the config manager in express 2013 and set the toolset to emcc. > Now whenever I try any build I get an Invalid Platform For This Project > error. I also tried the hello_world_c.vcxproj project from > emscripten\tests\msvc10 with no luck. > > I noticed that all the docs and folder names for emscripten vs-tools refer > to VS 2010. Should I be running 2010? Does vs-tools work with express 2013? > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
