Advertisement
silver2row

Trying!

Jan 8th, 2022
1,415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.88 KB | None | 0 0
  1. make: pkg-config: No such file or directory
  2. make: pkg-config: No such file or directory
  3. gcc -Wall -Wextra -Wno-unused-parameter -g -Og    -c -o input-example-libsystemd.o input-example-libsystemd.c
  4. gcc   input-example-libsystemd.o sysfs-gpio.o   -o input-example-libsystemd
  5. /usr/bin/ld: input-example-libsystemd.o: in function `main':
  6. /home/debian/sysfs-gpio/input-example-libsystemd.c:24: undefined reference to `sd_event_default'
  7. /usr/bin/ld: /home/debian/sysfs-gpio/input-example-libsystemd.c:29: undefined reference to `sd_event_add_io'
  8. /usr/bin/ld: /home/debian/sysfs-gpio/input-example-libsystemd.c:35: undefined reference to `sd_event_loop'
  9. /usr/bin/ld: input-example-libsystemd.o: in function `sd_event_unrefp':
  10. /usr/include/systemd/sd-event.h:167: undefined reference to `sd_event_unref'
  11. collect2: error: ld returned 1 exit status
  12. make: *** [<builtin>: input-example-libsystemd] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement