compiling

  1. C

    Compiling linux arch mips

    Hello folks! I am very new to Kernel development and wanted to compile the MIPS Kernel, to boot it later with qemu-system-mips64. I followed this guide but could not find any working cross compilers for my host system (Manjaro/ Arch), so I came here in hope of finding someone who can help me...
  2. OstermanA

    Compiling GCC, not baking rpath correctly

    I am attempting to compile my own copy of gcc 9.2.0 on CentOS 8 in a non-standard path, ~/tools/system. I have local copies of automake, autoconf, libtool, gmc, mpc and mpfr in there and they all work fine. However, when I compile gcc the build artifacts are not baking in the rpath, and will...
Top