We're getting ready to do a new DG256B design and I'm planning on using an 8M crystal. Our previous designs have used oscillators. There isn't anything in the...
NZG
ngustavson@...
Oct 3, 2005 2:21 pm
7177
... That's for the link, so what parameters for the compile? There's a lot of text from this thread to sift through. I remember you are basically wondering why...
... using an 8M ... On the DP256B I haven't seen any trouble with a 16MHz xtal. Just a matter of keeping the traces short and balancing with the right caps ...
Thanks Jeff, I may wind up using an osc anyway, since this device has to be Industrial grade and I'm not sure I want to try to take into effect temp, humidy,...
NZG
ngustavson@...
Oct 3, 2005 5:28 pm
7180
yeah.. no problem with crystals here on DP256B's just like jeff said.. But I like XO clock sources better.. ... -- Peter Fetterer KB3GTN The force is like duct...
... In order to take benefit from --gc-sections you probably would need to use --ffunction-sections when compiling. I, however, don't know if this works for...
Haase Bjoern (PT-BEU/...
bjoern.haase@...
Oct 4, 2005 7:43 am
7182
Hello list members I'm working on a project that uses the 9s12 Motorola microcontroller. Until yesterday I was working with release 2.2 of the GNU tools when...
It could be helpful to see the exact command line command that produced the problem and the exact compiler output. Bjoern. ... Von: gnu-m68hc11@yahoogroups.com...
Haase Bjoern (PT-BEU/...
bjoern.haase@...
Oct 4, 2005 8:12 am
7184
First of all, thanks for your fast answer. I compile with C:\usr\m6811-elf\bin\gcc.exe -c -ffast-math -fshort-double -ffixed- z -Wall -fomit-frame-pointer...
I don't know if it's your problem, but you have to erase all modules and completely recompile. The older release didn't properly generate type flags or...
Thanks, Jefferson. I think it's not the source of the problem, as I always delete the old .o files for this project (I have to generate to slightly different...
Hi all, i'm doing a course on the HC11 and i've been assigned a project that computes the distance between two points (given the change in height and length)...
Hi all, I'm going to work on an application with 68hc11F1 and 64k of external memory (expanded mode) All the ports are used. How to debug the software...
Hallo Roberto We are using GNU and IAR compiler for MC9S12NE64 based projects, so we have a good degree of experience. See our web site at www.mjbc.ch where...
Hi Jefferson The compile parameters are -g -Os -m68hcs12 -mshort Generally everything seems to be larger - each C-file generates more code and so it doesn't...
... Nope, sounds hopeless. Unless you have a more specific question related to GCC and HC11, then you haven't got a chance. There's just not enough time to...
... more ... I noticed this too, moving from 2.2 to 3.0.x. I think it could be implemented much better for optimizing, but I'm not familiar with porting GCC....
I believe you are on the wrong list. The task as defined involves assembly language, not C code. Unless you have been assigned to use GNU AS assembler, you...
If you have absolutely no debug ports and no way of displaying information, then yes, you will need a full emulator. If, however, you have access to a serial...
I have installed the windows version of gnu-m68hc11 compiler on my win2k environment, and the toolchain can work successfully to compile source code of my...
I have installed the windows version of gnu-m68hc11 compiler on my win2k environment, and the toolchain can work successfully to compile source code of my...
Hi, One possible solution is to install Cygwin, which offers you an "a la Linux" environment and of coarse has a Make program Another possible solution is to...
Ioan Petrescu
yoanp@...
Oct 6, 2005 8:38 am
7198
Check out the MSYS package for MinGW or CYGWIN. Both systems include MANY GNU command line utilities. MinGW generally runs faster, CYGWIN has a nicer install...
You can download a free editor from my site by following this link: http://www.feaser.com/store/syn_hc12.php. The download includes several HC12 example...
... I have so far resisted joining into this thread, however, since I *have* helped do a port of GCC to a processor, I feel that a few judicious comments might...
Mike McCarty
Mike.McCarty@...
Oct 6, 2005 5:29 pm
7201
... He forgot to mention that he's writing in assembly language. Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} This message made...
Mike McCarty
Mike.McCarty@...
Oct 6, 2005 5:30 pm
7202
Hi Mike Thanks for the interesting information. Two years ago I did a small project with the 8051 and used the GNU compiler. In fact it is the SDCC GNU...
I'm getting undefined references when trying to use 'printf' or 'putchar' (m68hcs12) in a very rudimentary test routine. The library is the libc.a in gel. It...
... What release might this be? I thought -Map wasn't working in the latest release. As far as your undefined symbols, they look mostly like normally defined...
Does anyone know about the latest GCC release, when using -fomit-frame-pointer, does sometimes generate use of _.frame in a specific function where a frame...