Jesse Stone

Results 59 comments of Jesse Stone

gedit /root/riscv_cpu/XiangShan/build.sc #find all -Xmx64G #change to -Xmx16G #generate .v make verilog -j8

the -Xmx64G for the most people, will build failed. better using -Xmx16G, I try to use -Xmx24G ok too

not enough for compile or simulation? i use 16G compile and simulation successful root@linuxpc:~/riscv_cpu/XiangShan# ./build/emu -b 0 -e 0 -i ./ready-to-run/coremark-2-iteration.bin --diff ./ready-to-run/riscv64-nemu-interpreter-so Emu compiled at Aug 19 2021, 23:21:19...

i will keep this open for first building user, if sir Poemonsense need to close u can do it by urself

you do need build gcc in OpenXiangShan project, but if you need try this 1. #preinstall apt install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev libusb-1.0-0-dev gawk build-essential bison flex...

research nal how to put just like rtp packet of rtsp int H264File::ReadFrame(char* in_buf, int in_buf_size, bool* end) int H265File::ReadFrame(char* in_buf, int in_buf_size, bool* end) https://github.com/fatalfeel/rtsp_server/blob/master/example/rtsp_h264_file.cpp https://github.com/fatalfeel/rtsp_server/blob/master/example/rtsp_h265_file.cpp

i answer here https://github.com/notepadqq/notepadqq/issues/1070 try this way

//solved for root sudo gedit /usr/share/applications/notepadqq.desktop Exec=notepadqq %U to Exec=notepadqq %U --allow-root //ubuntu 22.04 will happen message: Running as root without --no-sandbox is not supported. //this way will show Sandboxing...

http://shuoyang1213.me/WIDERFACE/ https://github.com/ayooshkathuria/pytorch-yolo-v3 https://learnopencv.com/training-yolov3-deep-learning-based-custom-object-detector/