Search found 1053 matches
- Wed Jan 16, 2013 11:42 pm
- Forum: Software issues
- Topic: Mac OS C support
- Replies: 5
- Views: 10857
Re: Mac OS C support
I could install Windows on my system and boot to it or run Parallels but that is what I was trying to avoid. From what I've heard so far and from my poking around on other sites there does not seem to be a good shareware program for ARM 7 development on the OS X. Not a big surprise. I think I'll bac...
- Wed Jan 16, 2013 11:41 pm
- Forum: Software issues
- Topic: Mac OS C support
- Replies: 5
- Views: 10857
Re: Mac OS C support
What about running windows or linux in the Virtual Tool under OSX? Sorry I have seen it, but don't recall the name of the app. --- In ARMexpress@yahoogroups.com, "edelen.glenn" wrote: > > I really like the ARMmite Pro board but I'm on a Mac running OS X and don't want to have to load Windows on my s...
- Wed Jan 16, 2013 11:40 pm
- Forum: Software issues
- Topic: Mac OS C support
- Replies: 5
- Views: 10857
Re: Mac OS C support
But OSX is Unix, BSD flavor to be exact, so it should work. Even these guys said so almost 2 years ago. http://coding.derkeiler.com/Archive/Tcl/comp.lang.tcl/2006-12/msg00471.html I would be VERY surprised that if it did not work. Unless your Tcl is very old, please tell me you aren't still on 7.5x?...
- Wed Jan 16, 2013 11:40 pm
- Forum: Software issues
- Topic: Mac OS C support
- Replies: 5
- Views: 10857
Re: Mac OS C support
> I really like the ARMmite Pro board but I'm on a Mac running OS X and don't want to have to load Windows on my system. Does anyone know if you can run the MakeItC libraries for this board on a Mac? MakeItC and BASICtools are written in Tcl which is a cross platform language. BUT on the Mac, Tcl do...
- Wed Jan 16, 2013 11:39 pm
- Forum: Software issues
- Topic: Mac OS C support
- Replies: 5
- Views: 10857
Mac OS C support
I really like the ARMmite Pro board but I'm on a Mac running OS X and don't want
to have to load Windows on my system. Does anyone know if you can run the
MakeItC libraries for this board on a Mac?
to have to load Windows on my system. Does anyone know if you can run the
MakeItC libraries for this board on a Mac?
- Wed Jan 16, 2013 11:37 pm
- Forum: SPI and I2C
- Topic: micro SD card
- Replies: 6
- Views: 11013
Re: micro SD card
--- In ARMexpress@yahoogroups.com, "espnleague" wrote: > > --- In ARMexpress@yahoogroups.com, "basicnode" wrote: > > > > Just looking at the spec for a generic SD card, the command sequence is much more complex than sending a single byte. It involve a bi-directional sequence of 7 bytes out and 1-2 b...
- Wed Jan 16, 2013 11:35 pm
- Forum: Software issues
- Topic: Other text editors
- Replies: 2
- Views: 6520
Re: Other text editors
>from help line >... what's driving > me crazy at the moment is trying to get a short (1-2usec) > delay to give the open drain clock lines enough rise > time... > trying something like this: void dly1() { for (x=0; > x<100; x++) z++; } where x and z are ints > > can you explain why the compiler give...
- Wed Jan 16, 2013 11:34 pm
- Forum: Software issues
- Topic: delays with loops
- Replies: 0
- Views: 5315
delays with loops
>from help line >... what's driving > me crazy at the moment is trying to get a short (1-2usec) > delay to give the open drain clock lines enough rise > time... > trying something like this: void dly1() { for (x=0; > x<100; x++) z++; } where x and z are ints > > can you explain why the compiler give...
- Wed Jan 16, 2013 11:33 pm
- Forum: Software issues
- Topic: Other text editors
- Replies: 2
- Views: 6520
Re: Other text editors
It could be as simple as just running makeitc via command line. I don't mind that. Just take your button function, and be able to call that on the command line. The output can just be the gcc output directed to the output stream. I am surprised you didn't start with the cmdline code first, then buil...
- Wed Jan 16, 2013 11:32 pm
- Forum: Software issues
- Topic: Oberon language support
- Replies: 12
- Views: 18408
Re: Oberon language support
--- In ARMexpress@yahoogroups.com, "cfbsoftware1" wrote: > > --- In ARMexpress@yahoogroups.com, "basicnode" wrote: > > > > > Has anyone tried Programming any of the Coridium boards using > this compiler? http://www.armaide.com/ > > > (Oberon is a decendent of Pascal/Modula-2 by N. Wirth). > > > > > ...