Files
my_device_handler/external.mk
2026-03-13 16:38:39 +01:00

15 lines
421 B
Makefile

export PWD_D=/here/projects/my_device_handler/
# ...
# undefined reference to symbol '__stack_chk_guard@@GLIBC_2.17'
# ...
# error adding symbols: DSO missing from command line
#
# FIX BY INCLUDING FLAG
# -fno-stack-protector
export C_FLAGS=-ansi -Werror -Wall -Wpedantic -fPIC -O2 -g -fno-stack-protector -std=c99
export LINK_LIBS=-levdev -lpthread
export I_EVDEV=-I ../../resources/sources/libevdev-1.13.4/libevdev