-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in ubuntu22.04LTS system how to build the project? #20
Comments
@siradam7th I have tried many times and failed to build. Can you give me a complete build process? |
alpha0x7f@0x7f:~/Documents/CyanOS/build$ make run [ 64%] Building CXX object src/kernel/CMakeFiles/kernel.bin.dir/filesystem/ipsocket/tcpsocket.cpp.obj In file included from /home/alpha0x7f/Documents/CyanOS/src/kernel/network/transport_layer/tcp.cpp:1: Drive current: -outdev 'stdio:CyanOS.iso' qemu-system-i386: -netdev user,id=u1,hostfwd=tcp::8080-:80: network backend 'user' is not compiled into this binary |
The log you posted shows it built successfully. It is failing to launch the generated ISO because qemu-system-i386 has no user networking. Just set-up other QEMU networking mode. |
No description provided.
The text was updated successfully, but these errors were encountered: