project for a (works on my devices) demo
This commit is contained in:
14
external.mk
Normal file
14
external.mk
Normal 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
|
||||
Reference in New Issue
Block a user