maniacbug / StandardCplusplus

Standard C++ for Arduino (port of uClibc++)
588 stars 182 forks source link

Compilation error #6

Closed nicolaspanel closed 1 year ago

nicolaspanel commented 11 years ago

After copying files into the /Arduino/libraries/StandardCplusplus folder, IDE returns a compilation error because some operators are defined twice (with Arduino 1.0.4). The solution I've found to bypass the problem is to delete the following files:

Hope it helps

eric-wieser commented 10 years ago

This was fixed in 73da7eeea145ae68573ad883e7646b51e566c445, but now causes the opposite issue in #8

maniacbug commented 1 year ago

Merged #8. Should fix this.