Dear all I'm working with a USB library C code that needs a packed structure in which all data are packed together. I packed all structs to be sure /* USB...
... You don't force anything. FWIW, the syntax is "__attribute__((packed))" not "__attribute__((__packed__))" By tagging the structure with the packed...
Tom, I have downloaded and built the various tools using your shell scripts. Now I would like to make a change. I want floating point and the math library....
... Look at the shell script for the 04newlib.sh, it deletes the math lib. Comment that line out and you will have it available. I just didn't want to...
... point ... have ... lib. ... didn't ... unless I ... shell ... using ... for this? ... phillips ... use it ... flash ... Thanks for all. I had downloaded...
... Two that I'm aware of lpc21isp From Martin Maurer and lpc2k_pgm from Paul Stoffregen. lpc21isp is command line based and probably the most up to date and...
I have tried out Insight/GDB 6.4 with the GNUARM toolchain 4.0.1 under Linux. It has resolved some of the install issues associated with Insight/GDB 6.1 such...
Franco Chalissery has invited you to join hi5. By joining hi5, you will be connected to Franco and all of Franco's friends. hi5 is the place where friends...
... You might also want to look at BWBasic - it's written in standard ANSI C, but I don't know how small it would be on the Arm. You may have to go without...
... ANSI ... I ... (not ... Making the detour to Chipmonk Basic is turning into a real project. It was written for *nix and uses the entire set of libraries. ...
... Consider this: an LPC2138 itself has more storage and almost as much RAM and my first CP/M-80 system (48K + 241K). TomW -- Tom Walsh - WN3L - Embedded...
... RAM ... Yes, and Bill Gates was able to put a full Basic in 16k BYTES. The *nix flavored Chipmunk Basic takes nearly 128k WORDS. One of the reasons I am...
... We are in the process of porting our BASIC to the LPC series. So far we have a serial version running on an LPC2138 in under 36K. We also have a version...
... standard ANSI ... far ... also ... as a ... to ... turn ... With floating point and strings? All in 36k? Chipmunk Basic is pushing 128k without the file...
... Our BASIC is a recursive decent compiler written in C, using 32bit integers. Our assumption being this is aimed at control applications so we didn't go...
Hi: I am a new user of gnuarm tools,and i want to learn them, but when i run the arm-elf-insight on fc4 an error occurs. error: Tcl_Init failed: can't read...
... build ... Well, I thought I wanted to follow in your footsteps and include the FAT16 file system and provide my own device drivers. So, I downloaded the...
... HUH? Where are you finding that many libc's ? Oh! Stay out of the newlib_build subdir, you don't want any of those, they are just temporary stuff. The...
... been ... In that regard, I never give up... I'll make another pass. If it works I'll use it, if it doesn't I'll just dump GNUArm and move on with my own...
I would to start a debug session from the reset vector how can I do that using a ROM image? For example, the code is in ROM, so I want to reset the processor...
... The state of the documentation is all over the map. Some utilities like make well documented. Even ld is reasonably documented. GCC on the other hand...