Gerneral question about make files
hi,
would know -i , -d mean in c make file. i'm trying port arduino project native c on mcu , in make file see line. cflag -d mean?
i have seen -i , -g on web without explanation.
thanks
would know -i , -d mean in c make file. i'm trying port arduino project native c on mcu , in make file see line. cflag -d mean?
i have seen -i , -g on web without explanation.
code: [select]
cflags += -dstdout_uart_0
thanks
-d defines value can tested using #ifdef.
-i defines path include files
-i defines path include files
Arduino Forum > Using Arduino > Programming Questions > Gerneral question about make files
arduino
Comments
Post a Comment