2018-10-11 systemd [build]

2018-10-11  本文已影响0人  七点水Plus
  1. github
    https://github.com/systemd/systemd/releases/tag/v219

  2. build steps

./autogen.sh

./configure CFLAGS='-g -O0 -ftrapv' --enable-compat-libs --enable-kdbus --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib --with-rootprefix= --with-rootlibdir=/lib

make

Error:
src/udev/mtd_probe/mtd_probe.h:26:9: error: unknown type name ‘uint32_t’

add header file in "ystemd-219/src/udev/mtd_probe/mtd_probe.h"
153 #include <stdint.h>

上一篇 下一篇

猜你喜欢

热点阅读