Jotalz / apex_dma_kvm_pub

fork by chettoy
GNU General Public License v3.0
65 stars 24 forks source link

help #53

Open dreambeaitbos opened 2 months ago

dreambeaitbos commented 2 months ago

[ 10%] Built target memflow_ffi [ 12%] Creating directories for 'memflow_kvm' [ 13%] No download step for 'memflow_kvm' [ 15%] No update step for 'memflow_kvm' [ 16%] No patch step for 'memflow_kvm' [ 17%] No configure step for 'memflow_kvm' [ 19%] Performing build step for 'memflow_kvm' CMake Error at /home/pdx/apex_dma_kvm_pub/apex_dma/build/memflow_kvm-prefix/src/memflow_kvm-stamp/memflow_kvm-build-Release.cmake:49 (message): Command failed: 101

'cargo' 'build' '--release' '--all-features'

See also

/home/pdx/apex_dma_kvm_pub/apex_dma/build/memflow_kvm-prefix/src/memflow_kvm-stamp/memflow_kvm-build-*.log

gmake[2]: [CMakeFiles/memflow_kvm.dir/build.make:86:memflow_kvm-prefix/src/memflow_kvm-stamp/memflow_kvm-build] 错误 1 gmake[1]: [CMakeFiles/Makefile2:907:CMakeFiles/memflow_kvm.dir/all] error 2 gmake: *** [Makefile:121:all] error 1

Jotalz commented 2 months ago
/home/pdx/apex_dma_kvm_pub/apex_dma/build/memflow_kvm-prefix/src/memflow_kvm-stamp/memflow_kvm-build-err.log

Please upload this file here.

xxZENxxx commented 2 months ago

[ 10%] Built target memflow_ffi [ 12%] Creating directories for 'memflow_kvm' [ 13%] No download step for 'memflow_kvm' [ 15%] No update step for 'memflow_kvm' [ 16%] No patch step for 'memflow_kvm' [ 17%] No configure step for 'memflow_kvm' [ 19%] Performing build step for 'memflow_kvm' CMake Error at /home/pdx/apex_dma_kvm_pub/apex_dma/build/memflow_kvm-prefix/src/memflow_kvm-stamp/memflow_kvm-build-Release.cmake:49 (message): Command failed: 101

'cargo' 'build' '--release' '--all-features'

See also

/home/pdx/apex_dma_kvm_pub/apex_dma/build/memflow_kvm-prefix/src/memflow_kvm-stamp/memflow_kvm-build-*.log

gmake[2]: [CMakeFiles/memflow_kvm.dir/build.make:86:memflow_kvm-prefix/src/memflow_kvm-stamp/memflow_kvm-build] 错误 1 gmake[1]: [CMakeFiles/Makefile2:907:CMakeFiles/memflow_kvm.dir/all] error 2 gmake: *** [Makefile:121:all] error 1 go folder lib > memflow_kvm delete file cargo.lock open terminal same path put this command 'cargo build --release --all-features' when finish go main folder open terminal ./build.sh dont forget give permission chmod +x ./build.sh

answer88 commented 1 week ago

I get this error too.

Jotalz commented 1 week ago

I get this error too.

You can use release directly, the source code has not been updated yet,Or use rust version 1.75 to compile.

answer88 commented 1 week ago

is there a way to get these dependancies updated for Fedora? sudo apt install cmake clang libzstd-dev libglfw3-dev libfreetype6-dev libvulkan-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev wayland-protocols libwayland-dev libxkbcommon-dev

i tried, sudo yum install, but it cannot find any of the lib

answer88 commented 1 week ago

gmake[2]: [CMakeFiles/memflow_qemu.dir/build.make:86: memflow_qemu-prefix/src/memflow_qemu-stamp/memflow_qemu-build] Error 1 gmake[1]: [CMakeFiles/Makefile2:933: CMakeFiles/memflow_qemu.dir/all] Error 2 gmake: *** [Makefile:121: all] Error 2

Jotalz commented 1 week ago

is there a way to get these dependancies updated for Fedora? sudo apt install cmake clang libzstd-dev libglfw3-dev libfreetype6-dev libvulkan-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev wayland-protocols libwayland-dev libxkbcommon-dev

i tried, sudo yum install, but it cannot find any of the lib

Sorry, I have never used Fedora and cannot provide any help.

answer88 commented 1 week ago

@Jotalz can i add you on discord?

Jotalz commented 1 week ago
  • cmake --build . [ 10%] Built target memflow_ffi [ 21%] Built target memflow_kvm [ 23%] Performing build step for 'memflow_qemu' CMake Error at /home/p/Desktop/apex_dma/apex_dma_kvm_pub/apex_dma/build/memflow_qemu-prefix/src/memflow_qemu-stamp/memflow_qemu-build-Release.cmake:49 (message): Command failed: 101 'cargo' 'build' '--release' '--all-features' See also /home/p/Desktop/apex_dma/apex_dma_kvm_pub/apex_dma/build/memflow_qemu-prefix/src/memflow_qemu-stamp/memflow_qemu-build-*.log

gmake[2]: [CMakeFiles/memflow_qemu.dir/build.make:86: memflow_qemu-prefix/src/memflow_qemu-stamp/memflow_qemu-build] Error 1 gmake[1]: [CMakeFiles/Makefile2:933: CMakeFiles/memflow_qemu.dir/all] Error 2 gmake: *** [Makefile:121: all] Error 2

you can check the error log in /home/p/Desktop/apex_dma/apex_dma_kvm_pub/apex_dma/build/memflow_qemu-prefix/src/memflow_qemu-stamp/memflow_qemu-build-err.log

Jotalz commented 1 week ago

@Jotalz can i add you on discord?

yisay_x

answer88 commented 1 week ago

Just to update, after getting all errors, i made sure the dependancies were installed correctly for Fedora and that fixed the errors, i now built it correctly, but now i am getting the dtb file does not exist error....

xxZENxxx commented 1 week ago
  • cmake --build . [ 10%] Built target memflow_ffi [ 21%] Built target memflow_kvm [ 23%] Performing build step for 'memflow_qemu' CMake Error at /home/p/Desktop/apex_dma/apex_dma_kvm_pub/apex_dma/build/memflow_qemu-prefix/src/memflow_qemu-stamp/memflow_qemu-build-Release.cmake:49 (message): Command failed: 101 'cargo' 'build' '--release' '--all-features' See also /home/p/Desktop/apex_dma/apex_dma_kvm_pub/apex_dma/build/memflow_qemu-prefix/src/memflow_qemu-stamp/memflow_qemu-build-*.log

gmake[2]: [CMakeFiles/memflow_qemu.dir/build.make:86: memflow_qemu-prefix/src/memflow_qemu-stamp/memflow_qemu-build] Error 1 gmake[1]: [CMakeFiles/Makefile2:933: CMakeFiles/memflow_qemu.dir/all] Error 2 gmake: *** [Makefile:121: all] Error 2

b4 start build remove file Cargo.lock ''apex_dma/lib/memflow-kvm''

then open terminal same path set command ''cargo build --release --all-features " then start build.sh

answer88 commented 1 week ago

Zen can I add you on Discord bro?

xxZENxxx commented 1 week ago

Zen can I add you on Discord bro?

zen_x00