DIR Return Create A Forum - Home
---------------------------------------------------------
PolyBrew Dev Forum
HTML https://polybrew.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: General Discussion
*****************************************************
#Post#: 3--------------------------------------------------
compiling the dragonLib examples using msys2
By: TypeSauce Date: August 16, 2025, 11:50 pm
---------------------------------------------------------
I have been trying to install these things I need to help around
here. Unfortunately I have come across this nasty "127" error
during the run of the './build.sh' command.
[code]/bin/sh: line 1: C:n64-toolchain/bin/mips64-elf-gcc: No
such file or directory
make: *** [n64.mk:192: build/interrupt.o] Error 127
make: *** Waiting for unfinished jobs....
/bin/sh: line 1: C:n64-toolchain/bin/mips64-elf-gcc: No such
file or directory
make: *** [n64.mk:191: build/n64sys.o] Error 127
[CC] src/backtrace.c
/bin/sh: line 1: C:n64-toolchain/bin/mips64-elf-gcc: No such
file or directory
make: *** [n64.mk:192: build/backtrace.o] Error 127
[/code]
And now I'm unable to help, until I can fix this.
#Post#: 4--------------------------------------------------
Re: compiling the dragonLib examples using msys2
By: TypeSauce Date: August 17, 2025, 4:59 pm
---------------------------------------------------------
okay, I have fixed some but I am getting another one now:
[code]
make[2]: Leaving directory
'/c/libdragon-unstable/examples/ctest'
make[2]: Leaving directory
'/c/libdragon-unstable/examples/cpak-utest'
make[2]: Leaving directory
'/c/libdragon-unstable/examples/controllertest'
make[2]: Leaving directory
'/c/libdragon-unstable/examples/cpaktest'
[DSO] filesystem/dl_test_relocs.dso
[DSO] filesystem/dl_test_syms.dso
make[2]: Leaving directory
'/c/libdragon-unstable/examples/cpptest'
make[1]: Leaving directory '/c/libdragon-unstable/examples'
make: *** [Makefile:99: examples] Error 2
make: *** Waiting for unfinished jobs....
[DSO] filesystem/dl_test_imports.dso
Error: Cannot rename filesystem/texdb/eb0.185caca2178a6f08.tmp
to filesy s t e mte/xtt e xdadtab / 7 3 dbses7 1 3
e .tsopritet:al fFiilelneam e
ex is t s
0 68 0 68 build/dso_elf/filesy
s textt e m/ dl _ data t bssest_s y tomtal filename
s. el f
16 44 0 60
build/dso_elf/filesystem/dl_test_relocs.elf
[DSO] filesystem/dl_test_ctors.dso
make[1]: *** [Makefile:37: filesystem/materials.mdb] Error 1
make[1]: *** Waiting for unfinished jobs....
text data bss total filename
0 84 0 84
build/dso_elf/filesystem/dl_test_imports.elf
text data bss total filename
32 44 4 80
build/dso_elf/filesystem/dl_test_ctors.elf
make[1]: Leaving directory '/c/libdragon-unstable/tests'
make: *** [Makefile:155: test] Error 2
[/code]
#Post#: 5--------------------------------------------------
Re: compiling the dragonLib examples using msys2
By: TypeSauce Date: August 18, 2025, 5:05 pm
---------------------------------------------------------
telling you how is going, is not.
[code]make: *** [Makefile:155: test] Error 2
[/code]
#Post#: 6--------------------------------------------------
Re: compiling the dragonLib examples using msys2
By: TypeSauce Date: August 26, 2025, 8:14 pm
---------------------------------------------------------
I have decided to develop my own framework to run these main.c
files. You must convert the code to JavaScript, it will run a
mix of JavaScript and Libdragon code.
*****************************************************