wpisailbot / boat

Apache License 2.0
4 stars 2 forks source link

Error on improper deploy #15

Closed jkuszmaul closed 6 years ago

jkuszmaul commented 6 years ago

Now, will error when you attempt to deploy with the incorrect flags.

jsburklund commented 6 years ago

Why is stuff for the pgn in this pull request?

jkuszmaul commented 6 years ago

It's a non-functional change to separate out the definitions/declarations in //can/pgn.h. When there are multiple definitions, for whatever reason, g++ as used to build for the host allows it but clang used for deploying to the bbb doesn't. This hasn't been an issue because the multiple definitions only occur in //can:can_test, which normally wouldn't be built for the beaglebone but was when I went around trying things.