Search the web
Sign In
New User? Sign Up
gnuarm
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2667 - 2696 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2667
... They don't have to be, but are by default. unsigned xx:1; // Can be zero or 1 signed xx:1; // Can be 0 or -1...
Charles Manning
embeddedjanitor
Offline Send Email
Nov 1, 2006
8:50 pm
2668
HI ALL, I am new bie to arm controller. I have LPC2138 board of ARM7 controller. i have unzip winarm pakage. i have open pn editor. I have even write simple...
vasadia_arm
Offline Send Email
Nov 2, 2006
1:21 pm
2669
... I strongly urge you to join the lpc2000 group on Yahoo. That is a very active mailing list / forum with many many people developing on the LPC2000 NXP...
Tom Walsh
twalsh0001
Offline Send Email
Nov 2, 2006
1:59 pm
2670
There is also a forum specifically for WinARM that is visited fairly frequently by a number of people that use WinArm, including the person who put it all...
Jimmy Kaz
ancaritha
Offline Send Email
Nov 2, 2006
3:06 pm
2671
About *GNU ARM toolchain : http://www.yagarto.de/* ... -- N-Link ARM JTAG & ARM7 Boards ... http://www.micro4you.com http://stores.ebay.com/Micro4you-Store...
somboon sopee
nooknikz
Offline Send Email
Nov 2, 2006
3:28 pm
2672
Hi, Has anyone had any success in building any networking applications with GNUARM? I'm trying to build an FTP client and am having great difficulty. I get the...
Richard Thomas
rich_d_thomas
Offline Send Email
Nov 5, 2006
6:53 pm
2673
why you use cygwin header files ? I think you have something wrong with your path. Jonathan ... From: "Richard Thomas" <rich_d_thomas@...> To:...
Jonathan Dumaresq
dumarjo
Offline Send Email
Nov 6, 2006
2:40 pm
2674
Ho Jonathan, Thanks for your reply. I couldn't find ioctl.h or socket.h anywhere in my "C:\Program Files\GNUARM" folder or it's subfolders, although there are...
Richard Thomas
rich_d_thomas
Offline Send Email
Nov 6, 2006
11:07 pm
2675
... Those are not headers that a development tools would normally have, but something that an operating system (bsd, linux, rsx-11), or runtime library (e.g....
Tom Walsh
twalsh0001
Offline Send Email
Nov 7, 2006
1:39 am
2676
... *boggle* I just had to re-read that because I thought I was hallucinating! It's not often that I see a PDP-11 reference in a forum like this. :-) I'm a...
Dave McGuire
purringdave
Offline Send Email
Nov 7, 2006
2:12 am
2677
... Heh, I did some GenRad ATE work when I was a lot younger. PDP-11's were used in the GenRad machines. We used PDP-8's for some other automatic (bed of...
Tom Walsh
twalsh0001
Offline Send Email
Nov 7, 2006
2:22 am
2678
... I'm an old dec-20 hacker myself. In case you weren't aware, there's currently a fair amount of activity running tops10 and tops20 on MODERN hardware,...
WilliamChops Westfield
westfw
Offline Send Email
Nov 7, 2006
2:38 am
2679
Hello Richard ... I have successfully built UIP before. I built the version included as an example running on FreeRTOS (from the FreeRTOS website). ... I...
Lourens
aptotek
Offline Send Email
Nov 7, 2006
7:08 am
2680
Hi, If any members of this forum are using Code Blocks along with GNU ARM GCC Compilers. Can u please let me know the Compilers & Debbugger settings in...
Gururaja Hebbar
hbr_in
Offline Send Email
Nov 7, 2006
11:53 am
2681
This page http://www.gnuarm.com/files.html Scroll down to the end and under Support files, there are these gnu-arm-.....-header-setup.exe files. I would guess...
Zohair Ahmad
zohairahmad02
Offline Send Email
Nov 7, 2006
3:06 pm
2682
lol JonathaBut for you network question you will have to build your application from other source than cygwin or linux source. Or if you use a arm that run ...
Jonathan Dumaresq
dumarjo
Offline Send Email
Nov 7, 2006
3:20 pm
2683
... On really recent hardware, yes, it's a good bit faster than the real machines. That's kinda neat (I run OS/8 and RSTS/E on my PDA from time to time using...
Dave McGuire
purringdave
Offline Send Email
Nov 7, 2006
5:50 pm
2684
Hi all, Thanks for your replies. I'm beginning to worry that my intended target for my built application is not going to run from something built from GNUARM. ...
Richard Thomas
rich_d_thomas
Offline Send Email
Nov 7, 2006
8:32 pm
2685
AFAIK, gcc on WinCE is a big ask. To get high robustness you probably need too be using MS's exception handling stuff etc. I don't think there are any open...
Charles Manning
embeddedjanitor
Offline Send Email
Nov 7, 2006
11:03 pm
2686
... s/MS's exception handling stuff etc./something other than WinCE./ -Dave -- Dave McGuire Cape Coral, FL...
Dave McGuire
purringdave
Offline Send Email
Nov 7, 2006
11:14 pm
2687
... Yes, that too. Having worked on numerous embedded Linux and WinCE projects at a driver etc, I find that working with WinCE is like swimming in treacle. ...
Charles Manning
embeddedjanitor
Offline Send Email
Nov 8, 2006
3:28 am
2688
Hi all I have a problem with static vriable declartion. I use GNUARM 4.1.0. and when I`m declring static variable like this: static unsigned char varible = 1; ...
stonoga_jacek
Offline Send Email
Nov 8, 2006
6:34 am
2689
is it o .... or some other special character...if u r givin printf ..u hav to initialize it to static unsigned char variable = '1' if u r doin character...
shrijeet polke
shrijeetpolke
Offline Send Email
Nov 8, 2006
9:22 am
2690
This is most likely a problem with your start up code. The initial values are stored in a read only section that needs to be copied into the data area during...
Charles Manning
embeddedjanitor
Offline Send Email
Nov 8, 2006
9:35 pm
2691
... Probably. You should be able to reduce it to a dozen lines or so for review. One possibility, if your startup isn't correct you might not be initializing...
Robert Adsett
robertadsett
Offline Send Email
Nov 9, 2006
3:26 am
2692
wow!!! thanx for da information!!! i was nott aware of that!!! thanx, shri ... From: Charles Manning <charles.manning@...> To:...
shrijeet polke
shrijeetpolke
Offline Send Email
Nov 9, 2006
3:28 am
2693
... Don't forget to zero the BSS segment. In a normal runtime CRT0.S (startup file), an application will copy its data segment into RAM, then zero the BSS...
Tom Walsh
twalsh0001
Offline Send Email
Nov 9, 2006
12:07 pm
2694
i am working on lpc2138 arm7 processor i want to port some RTOS on this. for this i need help...
jadavjd
Online Now Send Email
Nov 9, 2006
3:34 pm
2695
Try FreeRTOS: http://www.freertos.org/ ... From: gnuarm@yahoogroups.com [mailto:gnuarm@yahoogroups.com] On Behalf Of jadavjd Sent: Thursday, November 09, 2006...
McIntosh, Doug
dmcintosh256
Offline Send Email
Nov 9, 2006
3:44 pm
2696
http://rapidshare.com/files/2649701/uCOS-II_2.83.zip.html can help you. ... -- N-Link ARM JTAG & ARM7 Boards ... http://www.micro4you.com ...
somboon sopee
nooknikz
Offline Send Email
Nov 9, 2006
4:31 pm
Messages 2667 - 2696 of 4906   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