编译错误
Closed this issue · 2 comments
lijk8890 commented
Makefile
第2行: CC = gcc -std=c99
第27行: $(CC) SM9Test.o -o test -L./ -lsm9
songgeng87 commented
增加c99编译
lijk8890 commented
这两行,就是我改好的
你可以合并到Makefile中
Closed this issue · 2 comments
Makefile
第2行: CC = gcc -std=c99
第27行: $(CC) SM9Test.o -o test -L./ -lsm9
增加c99编译
这两行,就是我改好的
你可以合并到Makefile中