Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • I changed obj.cpp to obj.h but it says that I have multiple definitions of the three objects: sketch\test.ino.cpp.o:(.bss.mesh+0x0): multiple definition of mesh' sketch\lib.cpp.o:(.bss.mesh+0x0): first defined here sketch\test.ino.cpp.o: In function setup': D:\\test/test.ino:4: multiple definition of radio' sketch\lib.cpp.o:(.bss.radio+0x0): first defined here sketch\test.ino.cpp.o: In function setup': D:\\test/test.ino:4: multiple definition of `network' sketch\lib.cpp.o:(.bss.network+0x0): first defined here collect2.exe: error: ld returned 1 exit status exit status 1 Commented Feb 15, 2016 at 4:22