Issue compiling FW 3.4-dev using eclipse 2022-06 (4.24.0)
-
Hello everybody,
I'm trying to build FW 3.4-dev and I run into this issue:
The code builds but fails on make11:50:09 **** Build of configuration Build (GNU) for project RepRapFirmware ****
make all
make: *** No rule to make target 'all'. Stop.
"make all" terminated with exit code 2. Build might be incomplete.I am new to eclipse and could use some help. I did follow the instructions line by line, but I might have missed something..
Also: if anyone can tell me how to keep DuetWifiSocketServ er in Eclipse but exclude it from the build process (I'm using Duet3 6HC)
Thanks
Giuliano -
@giuliano I recommend that instead of trying to build all the projects at once (which is what I think you are doing), you just highlight the RepRapFirmware project and build that in the configuration that you want. That should cause Eclipse to build the other projects first except for DuetWiFiSocketServer.
-
Hello DC42,
thanks for your quick answer. I could avoid building the DuetWifiSocketServer that way.Any Idea how I could fix this missing "Rule"?
16:56:06 **** Incremental Build of configuration Build (GNU) for project RepRapFirmware ****
make all
make: *** No rule to make target 'all'. Stop.
"make all" terminated with exit code 2. Build might be incomplete.Thanks
GiulianoPS. I forgot to mention that I'm on Windows 10 OS
-
All projects compile, except RepRapFirmware..
Could anyone tell me if my toolchain settings for are correct ?
-
Update: this works now, It was related to the way I imported the projects into the workspace.
This time I imported directly from git and now I can see the different targets SAMxxxx. Before I only had Debug and Release.I think the import should be described more in detail in the doc, for those new eclipse.
I now run in another issue, that is already covered by this post:
https://forum.duet3d.com/topic/29146/failed-to-compile-rf3-4?_=1657517077311