Crosspack, xcode, v-usb
Posted: Tue Apr 27, 2010 11:51 pm
Hey all. I'm working on my first project, and I need a little help getting the usb driver to work with my code.
I'm using Obdev's Crosspack to create an avr project in xcode. This is all well and good if the only file in my project is main.c, but since the makefile appears to control all the compiling, adding other files through xcode only causes compiling to fail. I guess I have to edit the makefile, but I don't really know much about makefiles. The whole purpose of using an IDE, to me, is to avoid that sort of thing.
Now I'm sure there's someone else out there doing a usb project and using crosspack and xcode, so I was wondering if someone could post what their makefile looks like so that I can use it as kind of a template. Your help is appreciated!
Edit: Oh duh, all the examples include make files that I can look at. Never mind @.@
I'm using Obdev's Crosspack to create an avr project in xcode. This is all well and good if the only file in my project is main.c, but since the makefile appears to control all the compiling, adding other files through xcode only causes compiling to fail. I guess I have to edit the makefile, but I don't really know much about makefiles. The whole purpose of using an IDE, to me, is to avoid that sort of thing.
Now I'm sure there's someone else out there doing a usb project and using crosspack and xcode, so I was wondering if someone could post what their makefile looks like so that I can use it as kind of a template. Your help is appreciated!
Edit: Oh duh, all the examples include make files that I can look at. Never mind @.@