Search the web
Sign In
New User? Sign Up
avrx · Support group for the AvrX RTOS
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 696 - 725 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
696
hi barello, i have this big project in which i want to store MPEG data to the hard disk so i have decided on yo use ATmega128 i wan to use a rtos with this...
computing24_7
Offline Send Email
Sep 10, 2003
4:44 am
697
Check out "nutos" I think it already has most of the support you are looking for. Good luck! ... From: "computing24_7" <computing24_7@...> To:...
Larry Barello
lbarello
Offline Send Email
Sep 10, 2003
5:28 am
698
Hi, How are you? Currently we have huge number of openings with a leading CMM level 5 company in Bangalore for professionals from 3 to 14 yrs of experience in...
cvs_jobs_careers
cvs_jobs_car...
Offline Send Email
Sep 13, 2003
7:17 am
699
I've installed the avrgcc tools and AVRX. I get the following error when executing make in the avrx directory: C:\AVRX\avrx>make aavr -b -re -v1 -I. -I/avr/inc...
leon_heller
Offline Send Email
Sep 14, 2003
2:43 pm
700
... Try 'make gcc'...
t2000dolata
Offline Send Email
Sep 15, 2003
12:11 pm
701
... I tried that, I get: C:\avrgcc> rem doskey C:\avrgcc> if !==! GOTO end C:\avrgcc> c: C:\avrgcc> cd c:\AVRGCC C:\avrgcc> rem mode con: lines=43 ...
Leon Heller
leon_heller
Offline Send Email
Sep 15, 2003
12:47 pm
702
... -Wa,-gstabs,-mmcu=at90s8535 ... You must have any GCC. I recommend WinAvr: http://sourceforge.net/projects/winavr. It's a great development tools. After...
t2000dolata
Offline Send Email
Sep 16, 2003
2:05 pm
703
http://www.cs.utah.edu/flux/papers/cee-rtss03/ Drill down to the paper and the mention is near the end. What they did, essentially, was to run TinyOS...
Larry Barello
lbarello
Offline Send Email
Sep 16, 2003
5:20 pm
704
Hi! I'm writing program that makes ("heavy") use of timers. Tere is two timers in one process, the first one is timing overall motor running (tmrHandler2) time...
lokkihybridi
Offline Send Email
Sep 22, 2003
12:51 pm
705
... I've got WinAVR and that doesn;t work either. The following happens with it: C:\AVRX\avrx>make gcc avr-gcc -x assembler-with-cpp -mmcu=at90s8535 -c ...
leon_heller
Offline Send Email
Oct 8, 2003
8:48 pm
706
... You must look at makefile. There are a line like: DEBUG = -DSINGLESTEPSUPPORT # ABSPATH = g:/mydocu~1/robotics/avrx-dev/avrx # ABSPATH =...
t2000dolata
Offline Send Email
Oct 10, 2003
2:06 pm
707
... Thanks. I'd done SET AVRX=c:\AVRX The makefile reads: DEBUG = -DSINGLESTEPSUPPORT # ABSPATH = C:/AVRX/avrx ABSPATH = $(AVRX)/avrx RM = rm -f INCDIR = . but...
Leon Heller
leon_heller
Offline Send Email
Oct 12, 2003
11:17 am
708
... I do ... please ... I've just worked out that io-avr.h is probably the WinAVR io.h file. I now get: C:\AVRX\avrx>make gcc avr-gcc -x assembler-with-cpp...
leon_heller
Offline Send Email
Oct 12, 2003
12:42 pm
709
I just found that I should be using 2.6e from the Group Files area, rather than 2.6d on the AvrX web site. That builds OK. Thanks for the help. I'll write up...
leon_heller
Offline Send Email
Oct 12, 2003
1:19 pm
710
I get the following error when building the Timers example: C:\AVRX\Examples>make gcc avr-gcc -c Timers.c -I. -I../avrx -I/avr/inc -Os -Wall -mmcu=at90s8535 -g...
leon_heller
Offline Send Email
Oct 12, 2003
2:46 pm
711
The latest WinAVR doesn't support the old Atmel obj file. So any targets of the form %obj: %elf are not supported as are any rules involving "objtool", the...
Larry Barello
lbarello
Offline Send Email
Oct 12, 2003
3:30 pm
712
... Thanks, Larry. I deleted the %obj and %cof rules and added the above. However, I now get: C:\AVRX\Examples>make gcc C:\WINAVR\UTILS\BIN\MAKE.EXE: *** No...
leon_heller
Offline Send Email
Oct 12, 2003
4:16 pm
713
Find the rule "gcc", look at all the requirements (to the right of the colon) and delete "timers.obj" since object files are now obsolete. Make sure you have...
Larry Barello
lbarello
Offline Send Email
Oct 12, 2003
5:15 pm
714
... Make ... I deleted $(SRC:.c=.obj) and tried this: gcc: $(SRC:.c=.cof) $(SRC:.c=.hex) $(SRC:.c=.eep) but got this: C:\AVRX\Examples>make gcc avr-gcc -c...
leon_heller
Offline Send Email
Oct 12, 2003
6:55 pm
715
There is no "elfcoff" tool anymore. You need to get rid of those rules and replace them with the ones I gave you earlier. ... From: leon_heller...
Larry Barello
lbarello
Offline Send Email
Oct 12, 2003
7:12 pm
716
It builds now. I've appended the edited makefile, in case anyone else is using WinAVR and has problems. Thanks, Larry. Leon # AvrX 2.5 GCC Examples makefile #...
leon_heller
Offline Send Email
Oct 12, 2003
7:31 pm
717
I had lots of problems building AvrX using the WinAVR gcc tools for the AVR, so I thought I'd upload my corrected version. It's based on version 2.6e of AvrX,...
leon_heller
Offline Send Email
Oct 12, 2003
8:19 pm
718
Hi Larry et al. I would like to download the AvrX's latest sources. What can I do about it? Best regards, -- John Yannakopoulos....
John Yannakopoulos
giannak@...
Send Email
Oct 19, 2003
3:46 pm
719
In the files section of avrx mailing list: www.yahoogroups.com/files/avrx Cheers! ... From: John Yannakopoulos [mailto:giannak@...] Sent: Sunday,...
Larry Barello
lbarello
Offline Send Email
Oct 19, 2003
3:50 pm
720
Is there any chance of running AVRX on a mega16? I am working on a wireless sensor network project and a RTOS would be very helpful for handling the radio...
james_a_russo
Offline Send Email
Oct 27, 2003
10:30 pm
721
I don't see why not as I've used it on a mega8 once (more for convenience). Later,...
Stephane Gauthier
stephane641
Offline Send Email
Oct 27, 2003
10:55 pm
722
I'm running it on an AtMega16 just fine. -brian ... From: Stephane Gauthier [mailto:stephane641@...] Sent: Monday, October 27, 2003 5:56 PM To:...
Brian Cuthie
codejunky2000
Offline Send Email
Oct 27, 2003
11:03 pm
723
I recently updated from 3.2 to 3.3.1 and am having trouble running the AVRX code. Compiles with the only warning "CS00 redifined in io.h". Anybody having...
Michael
Hudzilla
Offline Send Email
Oct 28, 2003
12:13 am
724
It would help if you included a bit more context - like the actual error messages. However: Since there were many changes in GCC w/regard to I/O defines and...
Larry Barello
lbarello
Offline Send Email
Oct 28, 2003
12:27 am
725
Ok, thanks. I'm going to give it a go.. :-) -jr ... a ... for ... <http://rd.yahoo.com/M=194081.4074964.5287182.1261774/D=egroupweb/S=17 05 ... ...
james_a_russo
Offline Send Email
Oct 29, 2003
3:13 pm
Messages 696 - 725 of 1912   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help