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...
... 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...
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...
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...
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...
... 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....
... *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...
... 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...
... 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,...
Hello Richard ... I have successfully built UIP before. I built the version included as an example running on FreeRTOS (from the FreeRTOS website). ... I...
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...
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...
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 ...
... 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...
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. ...
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...
... 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. ...
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; ...
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...
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...
... 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...
... 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...