You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2018. It is now read-only.
ares@ubuntu:~/vex/oklib$ sudo make all
CPC -I../include -I../src opcontrol.cpp
~/gcc-arm-none-eabi-4_9-2014q4/bin/arm-none-eabi-g++ -I../include -I../src -c -Wall -pedantic -Wextra -Wconversion -Wno-implicit-fallthrough -Wmissing-include
-dirs -mthumb -mcpu=cortex-m3 -mlittle-endian -mfloat-abi=soft -O2 -ffunction-sections -fsigned-char -fomit-frame-pointer -fsingle-precision-constant -std=c++
14 -fno-exceptions -fno-rtti -felide-constructors -o ../bin/_bin_opcontrol.o opcontrol.cpp
CPC -I../include -I../src init.cpp
~/gcc-arm-none-eabi-4_9-2014q4/bin/arm-none-eabi-g++ -I../include -I../src -c -Wall -pedantic -
14 -fno-exceptions -fno-rtti -felide-constructors -o ../bin/_bin_init.o init.cpp
CPC -I../include -I../src auto.cpp
.{......}
in/_bin_control_velMath.o ./bin/_bin_control_velPid.o ./bin/_bin_init.o ./bin/_bin_odometry_odomMath.o ./bin/_bin_odometry_odometry.o ./bin/_bin_opcontrol.o .
/bin/_bin_util_timer.o ./firmware/libpros.a -lgcc -lm to bin/output.elf
text data bss dec hex filename
33152 1076 4220 38448 9630 ./bin/output.elf
~/gcc-arm-none-eabi-4_9-2014q4/bin/arm-none-eabi-objcopy ./bin/output.elf -O binary ./bin/output.bin