How to use POCO lib
[Install]:
https://github.com/MDHSRobotics/TeamWiki/wiki/Installing-POCO-library-on-UbuntuIf you download and unpack the poco package, you'll find a directory: build/config
Here you can find various preset configs for poco builds. I made a copy of 'ARM-linux' and edited it to suit my needs (these are only the changes):
LINKMODE ?= STATIC # since we are statically linking poco...
...
TOOL = arm-none-linux-gnueabi # this is the compiler we use
LINKMODE ?= STATIC # since we are statically linking poco...
...
TOOL = arm-none-linux-gnueabi # this is the compiler we use
[Guide]:
https://pocoproject.org/docs/00100-GuidedTour.html
留言
張貼留言