Jonathan Farmer Posted March 26, 2011 Report Share Posted March 26, 2011 I've committed Eclipse project files to the repository for the MIOS32 template apps: app_skeleton and app_skeleton_cpp. Instructions for using Eclipse are located on this page (still under construction), You can find a link to the Eclipse page at the bottom of the MIOS32 Core Toolchain Setup page. Have fun. Quote Link to comment Share on other sites More sharing options...
yogi Posted April 7, 2011 Report Share Posted April 7, 2011 (edited) 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 Edited April 7, 2011 by yogi Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.