Quill-OS / emu

InkBox OS emulator
5 stars 1 forks source link

Build error on Ubuntu 21.10 #1

Open joopdo opened 2 years ago

joopdo commented 2 years ago

Thanks for making this. FYI: The kernel doesn't build on my machine, will try in a debian VM another time.

  CC      kernel/freezer.o
  CC      kernel/profile.o
  CC      kernel/stacktrace.o
  CC      kernel/futex.o
  CC      kernel/smp.o
  AR      kernel/time/built-in.a
  CC      kernel/uid16.o
  CC      kernel/module.o
  CC      kernel/kallsyms.o
  UPD     kernel/config_data
  CC      kernel/stop_machine.o
  CC      kernel/hung_task.o
  CC      kernel/seccomp.o
  CC      kernel/utsname_sysctl.o
  CC      kernel/tracepoint.o
  CC      kernel/irq_work.o
  CC      kernel/cpu_pm.o
  CC      kernel/iomem.o
  CC      kernel/rseq.o
  GZIP    kernel/config_data.gz
  CC      kernel/configs.o
  AR      kernel/trace/built-in.a
  AR      kernel/built-in.a
---- There was an error during the build process, aborting... ----

5.13.0-22-generic #22-Ubuntu SMP Fri Nov 5 13:21:36 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

tux-linux commented 2 years ago

Hello, sorry for not responding earlier, strangely I didn't receive any notification. Do you have a the complete build log? Because the error likely happened before what you shared. Thanks

EDIT: You're really better off trying this in a Debian VM, yeah.