WallaceIT / picberry

PIC Programmer using GPIO connector
GNU General Public License v3.0
40 stars 27 forks source link

compilation fails #2

Closed gtsiros closed 8 years ago

gtsiros commented 8 years ago

had to mkdir -p build/devices and change g++-4.7 to g++-4.9 in the makefile

even so, compilation fails at

src/gpio_test.cpp:93:93: error: expression cannot be used as a function cout << "BASE ADDRESS " << hex << GPIO_BASE << " + OFFSET " << hex << OFFSET(tested_gpio) << " = FINAL ADDRESS " << hex << GPIO_BASE + OFFSET(tested_gpio) << endl;

(bold for emphasis mine)

WallaceIT commented 8 years ago

Compilation fixed in commit 8f0c7c3, except for g++ version (I'll work on that tomorrow). Please test and report in case of issues. Thanks!

WallaceIT commented 8 years ago

Is commit 3119907, actually...

gtsiros commented 8 years ago

It compiled now, awesome. :D

If i knew more about this, i would do a throw myself. Or a pull. Push. Whatever it's called in git-land. :P

WallaceIT commented 8 years ago

I think the term you're searching for is "pull request" :)