Trouble compiling PanelDue 3.4.1
-
Hi,
Im trying to compile PanelDue, following the instruction in https://github.com/Duet3D/PanelDueFirmware, but i'm getting the follwoing error:
I tired also via eclipse but still im getting error:
Could someone help me with it?
Thanks -
@mohamedel81 you may be better off trying to build with make as thats what mfs12 uses now. information about that can be found here https://forum.duet3d.com/topic/24617/new-build-system-introduced-testing-and-feedback-needed
-
@jay_s_uk said in Trouble compiling PanelDue 3.4.1:
mfs12
Thanks.
It works withcmake -B build -G "Unix Makefiles
but if i run:
make -C build all -j12
I get these error's:
-
@mohamedel81 hopefully @mfs12 can help
-
This post is deleted! -
@jay_s_uk It solved (workaround) by removing '--no-warn-rwx-segments' option from build.make file in build folder ;).
I hoop for a better solution.
Thanks