France
Offline
Sr. Member
Karma: 8
Posts: 451
|
 |
« Reply #165 on: June 25, 2012, 10:33:16 am » |
New version 14 of embedXcode brings a significant improvement on the size of the HEX and BIN files over the embedXcode • Jun 25, 2012 release 14 • HEX and BIN files size optimisation Sizes are now close to and even better than those obtained with the corresponding IDEs.  All measures are in bytes. As always, learn more and download from here.
|
|
|
|
|
Logged
|
avenue33
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #166 on: July 13, 2012, 02:05:25 pm » |
Hey everybody, I believe the arduino on Xcode project is just awesome, and as i have a pretty big arduino-project coming up for myself, i wanted to switch to Xcode for the programming part, But:
On Lion, the developer-folder changed, it is now located in Xcode/contents/developer
So now I'm not sure where to put the embedxcode template files???
i do believe here like in the photo? am i right? because there are other Xcode/template/file_temp.... in the platform-direction!!
might be a dumb question but thanks anyway!
|
|
|
|
|
Logged
|
|
|
|
|
France
Offline
Sr. Member
Karma: 8
Posts: 451
|
 |
« Reply #167 on: July 13, 2012, 02:13:30 pm » |
Please refrain from modifying the Xcode directory! This is potentially dangerous! Instead, 1.4. Install the Template Now, the template can be installed: Check and create ~/Library/Developer/Xcode.
Copy the folder Templates into ~/Library/Developer/ Xcode I wrote an Installation Guide and User Manual. I hope it's clear enough.  Enjoy 
|
|
|
|
|
Logged
|
avenue33
|
|
|
|
France
Offline
Sr. Member
Karma: 8
Posts: 451
|
 |
« Reply #168 on: August 24, 2012, 02:59:56 am » |
|
|
|
|
|
Logged
|
avenue33
|
|
|
|
France
Offline
Sr. Member
Karma: 8
Posts: 451
|
 |
« Reply #169 on: September 01, 2012, 01:26:09 pm » |
Please find the new release of embedXcode Sep 01, 2012 • Support for Arduino LeonardoAs the Arduino Leonardo requires a specific reset procedure due to its ATmega32U4, I had to develop a reset script in Python. Also included in this release, support for Xcode 4.4.1 and for newly released Energia 0101E0008 and a fix for GraphWiz 2.28 crashing on Mountain Lion. As always, find documentation and download at http://embedXcode.weebly.com
|
|
|
|
|
Logged
|
avenue33
|
|
|
|
France
Offline
Sr. Member
Karma: 8
Posts: 451
|
 |
« Reply #170 on: September 11, 2012, 03:17:37 am » |
New! Installation Package embedXcode is now installed with a standard installation package. Installation is faster and easier.  The Installation Guide and User Manual has changed for User Manual. The package includes the templates, the code snippets, and the User Manual.  Find it at the download page!
|
|
|
|
|
Logged
|
avenue33
|
|
|
|
France
Offline
Sr. Member
Karma: 8
Posts: 451
|
 |
« Reply #171 on: September 15, 2012, 08:40:11 am » |
As Arduino 1.0 is now stabilised and wide-spread, should embedXcode continue to support Arduino 23? Answer the poll  Please note this is not going to affect other platforms, like chipKIT MPIDE which is still based on Arduino 23 and continues to be supported as it. Thank you for your input. The poll opens for one week.
|
|
|
|
|
Logged
|
avenue33
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 2
|
 |
« Reply #172 on: September 22, 2012, 07:49:16 am » |
Dear avenue33, I'm a complete newbie on Xcode but since I wanted to have a bit more advance IDE than the Arduino provided one and I'm on a Mac, I went for Xcode and your template embedXcode. I've tried to follow your installation guide but I must say it could be more extensive when it comes to where a certain dropdown menu is instead of just saying "the dropdown menu", like on page 37 when selecting a target. And the pictures could also be of higher resolution so one can actually se what's written in them. But I'm not just wining, I'm giving you hopefully constructive feedback because I really want this to work!  Also, when I build the default code in a new project I get the following error message: Argument list too long: recursive header expansion failed at /Applications/Preview.app/Contents. And loads of messages of the following type: Warning: no rule to process file '$(PROJECT_DIR)/TestOfXcode/Arduino/cores/arduino/Arduino.h' of type sourcecode.c.h for architecture i386 Any hints to get in the right direction?
|
|
|
|
|
Logged
|
|
|
|
|
France
Offline
Sr. Member
Karma: 8
Posts: 451
|
 |
« Reply #173 on: September 22, 2012, 12:37:44 pm » |
Dear Hasse, What is the target selected? According to the message, it seems the Index target is selected. The Index target is a dummy target and should not be used. It always throws the error you mention. Please select the Build target to compile only, and the All target to compile and upload. About the quality of the images, the full quality PDF is 6 GB. I'm obliged to reduce the size because the host for the website limits the size of the files. Uploading larger files would require a non-free plan. Please don't consider my user manual is an introduction to Xcode. There are excellent books about Xcode: for example, I recommend Xcode 4 Unleashed by Fritz F. Anderson I've purchased thanks to contributions.  The user manual I wrote only focuses on how to use the template. Xcode, like all other professional IDEs —to name a few: Visual Studio, Eclipse, NetBeans, Qt, ...—, has a steep learning curve. The magic of the Arduino IDE relies in its instant plug-and-play gratification. As a matter of fact, I'm still using the Arduino IDE when I don't need the power of Xcode.
|
|
|
|
|
Logged
|
avenue33
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 2
|
 |
« Reply #174 on: September 22, 2012, 01:49:11 pm » |
Thanks for the quick reply!  Yeah, once I got the target right it all works like a charm! Cheers
|
|
|
|
|
Logged
|
|
|
|
|
France
Offline
Sr. Member
Karma: 8
Posts: 451
|
 |
« Reply #175 on: September 25, 2012, 06:15:47 am » |
New release 16 of embedXcode supports the FraunchPad MSP430FR5739. embedXcode • Sep 25, 2012 release 16 • Support for FraunchPadThe Document target now builds a PDF file along with HTML and docset files. Documentation is here and download there. Obsolescence Notice The following features are planned to become obsolete in a future release:- Support for Arduino 0023 is planned to be be discontinued.
- The code for multiple platforms is managed in two ways: the MCU variables like __AVR_ATmega328P__ and the IDE variables like ARDUINO=101. The MCU variables are going to be suspended in favour the IDE variables. This enables a more compact code and an easier maintenance.
|
|
|
|
|
Logged
|
avenue33
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 18
|
 |
« Reply #176 on: October 01, 2012, 02:43:12 pm » |
Has this latest version: embedXcode • Sep 25, 2012 release 16 • Support for FraunchPad, been tested with xCode 4.5? Thanks
|
|
|
|
|
Logged
|
|
|
|
|
France
Offline
Sr. Member
Karma: 8
Posts: 451
|
 |
« Reply #177 on: October 04, 2012, 05:01:56 am » |
Yes, it is compatible with Xcode 4.5 and even 4.5.1 
|
|
|
|
|
Logged
|
avenue33
|
|
|
|
France
Offline
Sr. Member
Karma: 8
Posts: 451
|
 |
« Reply #178 on: October 10, 2012, 10:43:52 am » |
Updated User Manual and Support for Xcode 4.5.1I updated the user manual based on the feed-back I've received about the following two sections: installation and target selection. embedXcode now supports Xcode 4.5.1. The package includes the templates, the code snippets, and the User Manual. As always, documentation is here and download there!
|
|
|
|
|
Logged
|
avenue33
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 3
|
 |
« Reply #179 on: October 13, 2012, 04:57:39 pm » |
I've downloaded the latest guide and embedXcode after downloading the Arduino 1.0.1 IDE, but I'm a little lost as to where my Sketchbook\Libraries folder is (mentioned on page 23). When I launched Arduino, it created a ~\Documents\Arduino directory, but seemingly nothing else.
I see in the guide and this forum that 1.0 is supposed to be supported, and with 1.0.1 being a minor point release, I figured perhaps it would be fine. Is 1.0.1 not supported?
I loaded 1.0 and then re-ran the embedXcode installer. I still have no "Library" or "Libraries" folder under that Sketchbook path.
Any ideas where I must have gone off the road?
Thank you all for your dedication and time.
Thomas
|
|
|
|
|
Logged
|
|
|
|
|
|