Jump to content

Recommended Posts

  • 2 weeks later...
Posted (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 by yogi

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...