... 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...
2668
vasadia_arm
Nov 2, 2006 1:21 pm
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...
2669
Tom Walsh
twalsh0001
Nov 2, 2006 1:59 pm
... 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...
2670
Jimmy Kaz
ancaritha
Nov 2, 2006 3:06 pm
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...
2671
somboon sopee
nooknikz
Nov 2, 2006 3:28 pm
About *GNU ARM toolchain : http://www.yagarto.de/* ... -- N-Link ARM JTAG & ARM7 Boards ... http://www.micro4you.com http://stores.ebay.com/Micro4you-Store...
2672
Richard Thomas
rich_d_thomas
Nov 5, 2006 6:53 pm
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...
2673
Jonathan Dumaresq
dumarjo
Nov 6, 2006 2:40 pm
why you use cygwin header files ? I think you have something wrong with your path. Jonathan ... From: "Richard Thomas" <rich_d_thomas@...> To:...
2674
Richard Thomas
rich_d_thomas
Nov 6, 2006 11:07 pm
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...
2675
Tom Walsh
twalsh0001
Nov 7, 2006 1:39 am
... 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....
2676
Dave McGuire
purringdave
Nov 7, 2006 2:12 am
... *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...
2677
Tom Walsh
twalsh0001
Nov 7, 2006 2:22 am
... 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...
2678
WilliamChops Westfield
westfw
Nov 7, 2006 2:38 am
... 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,...
2679
Lourens
aptotek
Nov 7, 2006 7:08 am
Hello Richard ... I have successfully built UIP before. I built the version included as an example running on FreeRTOS (from the FreeRTOS website). ... I...
2680
Gururaja Hebbar
hbr_in
Nov 7, 2006 11:53 am
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...
2681
Zohair Ahmad
zohairahmad02
Nov 7, 2006 3:06 pm
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...
2682
Jonathan Dumaresq
dumarjo
Nov 7, 2006 3:20 pm
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 ...
2683
Dave McGuire
purringdave
Nov 7, 2006 5:50 pm
... 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...
2684
Richard Thomas
rich_d_thomas
Nov 7, 2006 8:32 pm
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. ...
2685
Charles Manning
embeddedjanitor
Nov 7, 2006 11:03 pm
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...
2686
Dave McGuire
purringdave
Nov 7, 2006 11:14 pm
... s/MS's exception handling stuff etc./something other than WinCE./ -Dave -- Dave McGuire Cape Coral, FL...
2687
Charles Manning
embeddedjanitor
Nov 8, 2006 3:28 am
... 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. ...
2688
stonoga_jacek
Nov 8, 2006 6:34 am
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; ...
2689
shrijeet polke
shrijeetpolke
Nov 8, 2006 9:22 am
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...
2690
Charles Manning
embeddedjanitor
Nov 8, 2006 9:35 pm
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...
2691
Robert Adsett
robertadsett
Nov 9, 2006 3:26 am
... 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...
2692
shrijeet polke
shrijeetpolke
Nov 9, 2006 3:28 am
wow!!! thanx for da information!!! i was nott aware of that!!! thanx, shri ... From: Charles Manning <charles.manning@...> To:...
2693
Tom Walsh
twalsh0001
Nov 9, 2006 12:07 pm
... 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...
2694
jadavjd
Nov 9, 2006 3:34 pm
i am working on lpc2138 arm7 processor i want to port some RTOS on this. for this i need help...
2695
McIntosh, Doug
dmcintosh256
Nov 9, 2006 3:44 pm
Try FreeRTOS: http://www.freertos.org/ ... From: gnuarm@yahoogroups.com [mailto:gnuarm@yahoogroups.com] On Behalf Of jadavjd Sent: Thursday, November 09, 2006...
2696
somboon sopee
nooknikz
Nov 9, 2006 4:31 pm
http://rapidshare.com/files/2649701/uCOS-II_2.83.zip.html can help you. ... -- N-Link ARM JTAG & ARM7 Boards ... http://www.micro4you.com ...