Jump to content

Eclipse IDE


Jonathan Farmer
 Share

Recommended Posts

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.

Link to comment
Share on other sites

  • 2 weeks later...

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 by yogi
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...