Compilation/Build Error in Eclipse
-
I have recently been trying to compile a custom version of RRF which introduces a 4th axis to the SCARA kinematics. I have all of the actual files but when trying to build I get these warnings/errors.
I followed the build instructions to a fault but am still getting these errors. In the files which you are supposed to download, I could not find the xtensa files. Also, I have added the "make" and "rm" applications to the windows Path and an additional variable in Eclipse, but it is still not working.
Is there any good way to solve these problems or should I do a fresh install of everything and hope that it works then?
-
The only modifications I have made include adding the line:
motorPos[3] = lrintf(-1 * (theta + psi) * stepsPerMm[3])
which adds the ability to have a U axis as the 4th axis of the machine.
Help would be appreciated.
-
@koaldesigns said in Compilation/Build Error in Eclipse:
Is there any good way to solve these problems
the dirty approach is to put the gnu tools like make and rm in with the gcc toolchain as eclipse is (presumably) already accessing those. i think thats what I did out of pure laziness when I tried it on windows that one time at band camp
-
You don't need to build the DuetWiFiSocketServer project, which is the one that is causing most of those messages.