Jump to content

Setting up Xcode


Triffki
 Share

Recommended Posts

Hi all,

I've been following the tutorial here: http://www.midibox.org/dokuwiki/doku.php?id=how_to_use_xcode2_as_ide_on_a_mac to set up Xcode 3.

I got as far as creating a new project and then I got lost. I've downloaded mios_base_v1_1 from the downloads section on ucApps and found the SDCC skeleton files within it under 'apps'. Am I supposed to drag these files into the new project in Xcode? Also, the tutorial mentions the MAKEFILE.SPEC but I could not find this within mios_base_v1_1

Thanks

Link to comment
Share on other sites

Thanks for the advice. I've made some progress, managed to get up to the application building stage now.

I get this error when trying to build: "sh: /mios-gpasm: No such file or directory"

I've checked that sdcc and gpasm are up and running by typing "sdcc -v" etc. in Terminal. My sdcc is version is 2.6, and gpasm is 0.13.4

I've also checked the usr/local/bin folder to check gpasm and sdcc are in there, which they are

Any advice would be appreciated

I'm running Xcode 3 by the way

Link to comment
Share on other sites

Do you have the mios toolchain installed? http://www.midibox.org/dokuwiki/doku.php?id=macos_mios32_toolchain_core

I don t think sdcc is still needed with newer macs. The tool chain uses the compiler gcc. I got the same type of errors when my environment settings were not correct. Do you compile and build within Xcode? Then you must add " export PATH= /path to mios_toolchain/bin:$PATH " to your run script.

Hope this helps, otherwise post or pm me.

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...