Instructions for testing do not work under debian 12.
Opened this issue · 6 comments
ebellani commented
./bin/linux/j64/jconsole test/tsu.ijs
|file name error
| 0!:0 y
Press ENTER to inspect
|value error
| 'dbr 0 to end inspection; use y___1 to look inside top stack frame (see code.jsoftware.com/wiki/Debug/Stack#irefs)'[ dbg_z_ 513
bilam commented
The error message said test/tsu.ijs not found.
what is your pwd?
From you current directory, does
ls test/tsu.ijs
find anything?
ebellani commented
The error message said test/tsu.ijs not found. what is your pwd? From you current directory, does ls test/tsu.ijs find anything?
I'm on the project root.
ls test/tsu.ijs
test/tsu.ij
bilam commented
But what's your project root?
ebellani commented
I don't follow your question. Here are my steps:
- git clone https://github.com/jsoftware/jsource j-lang-source
- cd j-lang-source
- cd make2/
- chmod +x *.sh
- ./clean.sh
- jplatform=linux j64x=j64avx2 ./build_libj.sh
- ./build_all.sh
- ./cpbin.sh
- cd ../
- ./bin/linux/j64avx2/jconsole ./test/tsu.ijs
bilam commented
Recap from make.txt
cd the jlibrary/bin or jlibrary/bin32 folder and run depending on the cpu architecture
avx2 / x86 / arm
./jconsole ../../test/tsu.ijs
avx512
./jconsole -lib libjavx512.so ../../test/tsu.ijs
nonavx
./jconsole -lib libj-nonavx.so ../../test/tsu.ijs
ebellani commented
there is no jconsole on that folder
cd jlibrary/bin/ && ls
libjavx2.so profile.ijs