project for a (works on my devices) demo

This commit is contained in:
beno
2026-03-13 16:38:39 +01:00
parent 3b13017f39
commit a70999a15c
17 changed files with 1113 additions and 61 deletions

14
external.mk Normal file
View File

@@ -0,0 +1,14 @@
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