regymm / buildroot

buildroot fork from damien -- RV32 no MMU Linux. Run "make qemu_riscv32_nommu_virt_minimal_defconfig" then "make"
Other
25 stars 2 forks source link

uclibc compiling error #3

Open regymm opened 1 year ago

regymm commented 1 year ago
In file included from ./include/stdlib.h:213,
                 from ./include/bits/sched.h:117,
                 from ./include/sched.h:34,
                 from <stdin>:2:
./include/sys/types.h:270:11: fatal error: bits/pthreadtypes.h: No such file or directory
  270 | # include <bits/pthreadtypes.h>
      |           ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Having this problem when compiling uclibc recently, please follow up if you're having the same problem.

regymm commented 1 year ago

Default branch changed to release, this should be solved.