Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

Re: [AVR-Chat] Studio or WinAVR under CrossOver/wine?

2006-09-05 by Ned Konz

Jim Wagner wrote:
> No developer tools pre-installed. Same results from admin
> account.

The devtools come with your Mac OS/X distribution, so you shouldn't have 
to download them. One of the disks has XCode on it.

You can use either DarwinPorts or Fink to install avr-gcc; I've got 
portfiles for Darwinports for recent versions of most of the AVR tools 
if you want them.

If you install either Darwinports or Fink they will add their binary 
directories (/opt/local/bin or /sw/bin, respectively) to the PATH.

To add the required path for a pre-compiled package, first determine 
where the executables live, then add to your .bash_profile or .bashrc 
file (in your user home directory) a line like (assuming that you want 
to add /opt/local/bin):

PATH=$PATH:/opt/local/bin

the above adds /opt/local/bin to the PATH environment variable.

Enjoy,
-- 
Ned Konz
ned@bike-nomad.com
http://bike-nomad.com

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.