Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

I can compile successfully, but I can't write it to MCU. #3

Description

@3038922

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions