-
Notifications
You must be signed in to change notification settings - Fork 1
I can compile successfully, but I can't write it to MCU. #3
Comments
ares@ubuntu:~/vex/oklib$ sudo pros mut 14 -fno-exceptions -fno-rtti -felide-constructors -o ../bin/_bin_opcontrol.o opcontrol.cpp |
Are you trying to use OkapiLib or develop OkapiLib? If you are just trying to use it, then you should grab this: https://github.com/OkapiLib/StarterProject |
https://github.com/OkapiLib/StarterProject The API in this is different from the API in oklib-master. It seems to be a little old.I thought I was going to recompile oklib-master. |
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
The text was updated successfully, but these errors were encountered: