It seems like Project.ede
only accepts predefined project, which are Arduino Sketch
, Android
, Automake
and Make
. I pasted ede-cpp-root-project
, but upon entering project root that has Project.ede
, I encountered this error:
eieio-persistent-read: Corrupt object on disk: Unknown saved object
Here is the ede-cpp-root-project I pasted into:
(ede-cpp-root-project "Coloring"
:file "~/workspace/discrete_optimization/hw2/Project.ede"
:include-path '("/"
"/include"
"/include2"
"/include3"))
I really want to create a file per project, not in a centralized file.