Hi All,
I work with DigiESP (NetOs 73) and use a NET+OS Project.
After set Project->Properties->Project References to a second project in my workspace, I got the following message at the console view:
makefile:25: *** multiple target patterns. Stop.
The line in the makefile looks like follows
image.elf: $(PROJBSPBINPATH)/lib/libbsp.a $(OBJS) $(USER_OBJS) C:/WorkDigiEsp_chpLibs2/CHP_LIB/Debug/libCHP_LIB.a
The entry C:/WorkDigiEsp_chpLibs2/CHP_LIB/Debug/libCHP_LIB was added after set the project references like mentioned above. I guess the “:” is the problem, but for sure in a NET+OS Project the makefile is generated automatically.
What I have to do, in order to work with project references?