Eclipse IDE

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.

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:

http://discourse.midibox.org/t/topic/14561

Thanks,

Van