Hi Jonathan,
Thanks for your wiki about Eclipse, very nice IDE (also setting it up for WUDSN assembly)
I'm working through the setup for mios32 and I have a problem I haven't been able to solve.
I've set the workspace and environment as per the wiki, but trying to build the app_skeleton_cpp the compile halts with errors
"
**** Build of configuration Default for project app_skeleton_cpp ****
make all
C:\mios32\trunk/include/makefile/common.mk:126: *** multiple target patterns. Stop.
"
within ..\include\makefile\common.mk this line error:
"
# rule to create .elf file
$(PROJECT_OUT)/$(PROJECT).elf: $(ALL_OBJS)
@$(CC) $(CFLAGS) $(ALL_OBJS) $(LIBS) $(LDFLAGS) -o$@
"
So I've tried setting the envi variables as per the screen cap in the wiki, with both the unix style MIOS32_PATH "/C/mios32" and WinDOS style "C:\mios32" but no success.
Any idea of where I went wrong?!?
Thanks for your time,
Van
EDIT:
Well, I found the answer in
Thanks,
Van