mirror of
https://gitee.com/yyz_o/bk_bishe_pi.git
synced 2025-09-07 23:21:26 +00:00
2025.5.18第一次提交,包括17号和今天上午对实机的调试
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
|
||||
cxx := gccarm
|
||||
#~ cxx := gpparm
|
||||
|
||||
#~ file_cpp := $(wildcard *.cpp)
|
||||
file_cpp := ./test_turn.cpp
|
||||
#~ file_cpp := ./test_turn.cpp
|
||||
#~ file_cpp := ./test_turn2.cpp
|
||||
#~ file_cpp := ./test_run.cpp
|
||||
#~ file_cpp := ./test_psd.cpp
|
||||
file_cpp := ./test_psd.cpp
|
||||
|
||||
#~ file_o := /home/pi/usr/move.x
|
||||
file_o := /home/pi/usr/turn.x
|
||||
#~ file_o := /home/pi/usr/psd.x
|
||||
#~ file_o := /home/pi/usr/turn.x
|
||||
file_o := /home/pi/usr/psd.x
|
||||
|
||||
$(file_o) : $(file_cpp)
|
||||
@$(cxx) $^ -o $@
|
||||
|
||||
Reference in New Issue
Block a user