Gernoot I try to Compile for Html5... I don't use any media file or something only a While Wend and Print commands... but I have a lot of errors.... Raspberry Pi, seems works fine but I don't have the real device...
I use the code in the post about Html5, but I have the same error!!!
I leave I get from the console in GLBasic:
_______________________________________
*** Configuration: HTML5 ***
precompiling:
GPC - GLBasic Precompiler V.10.160 SN: b826dbb - 3D, NET
Wordcount:2 commands
compile+link:
C:/GLBASIC_11/Compiler/platform/JavaScript/bin/\..\llvm-3.0.release\bin\llvm-dis: No such file or directory
llvm-link: Not enough positional command line arguments specified!
Must specify at least 1 positional arguments: See: C:/GLBASIC_11/Compiler/platform/JavaScript/bin/\..\llvm-3.0.release\bin\llvm-link -help
Traceback (most recent call last):
File "C:/GLBASIC_11/Compiler/platform/JavaScript/bin/\emscripten\emcc", line 901, in <module>
extra_files_to_link.append(shared.Cache.get(name, create))
File "C:\GLBASIC_11\Compiler\platform\JavaScript\bin\emscripten\tools\shared.py", line 1041, in get
shutil.copyfile(creator(), cachename)
File "C:/GLBASIC_11/Compiler/platform/JavaScript/bin/\emscripten\emcc", line 873, in create_libcxxabi
shared.Building.link(os, in_temp('libcxxabi.bc'))
File "C:\GLBASIC_11\Compiler\platform\JavaScript\bin\emscripten\tools\shared.py", line 690, in link
assert os.path.exists(target) and (output is None or 'Could not open input file' not in output), 'Linking error: ' + output + '\nemcc: If you get duplicate symbol errors, try --remove-duplicates'
AssertionError: Linking error:
emcc: If you get duplicate symbol errors, try --remove-duplicates
exit
*** FATAL ERROR - Please post this output in the forum
_______________________________________
*** Finished ***
Elapsed: 20.6 sec. Time: 01:53
Build: 0 succeeded.
*** 1 FAILED ***
PS: I'm not sure if it's something whit Java JDK, but I try Android and runs fine... I'm using Windows x32 under Parallels...