Search the web
Sign In
New User? Sign Up
gnu-m68hc11 · GNU 68HC11/HC12
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 7176 - 7205 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7176
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@...
Send Email
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...
Jefferson Smith
imajeff84663
Online Now Send Email
Oct 3, 2005
4:47 pm
7178
... 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 ...
Jefferson Smith
imajeff84663
Online Now Send Email
Oct 3, 2005
4:50 pm
7179
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@...
Send Email
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...
Pete
prfetterer
Offline Send Email
Oct 3, 2005
7:50 pm
7181
... 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@...
Send Email
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...
sebulain
Offline Send Email
Oct 4, 2005
8:09 am
7183
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@...
Send Email
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...
sebulain
Offline Send Email
Oct 4, 2005
8:31 am
7185
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...
Jefferson Smith
imajeff84663
Online Now Send Email
Oct 4, 2005
8:13 pm
7186
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...
Roberto Barbieri Carr...
sebulain
Offline Send Email
Oct 5, 2005
7:16 am
7187
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)...
hombre_kenno69
Offline Send Email
Oct 5, 2005
7:17 am
7188
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...
yuldu25
Offline Send Email
Oct 5, 2005
10:04 am
7189
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...
Mark Butcher
mjbcswitzerland
Offline Send Email
Oct 5, 2005
10:22 am
7190
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...
Mark Butcher
mjbcswitzerland
Offline Send Email
Oct 5, 2005
10:34 am
7191
... 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...
Jefferson Smith
imajeff84663
Online Now Send Email
Oct 5, 2005
2:20 pm
7192
... 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....
Jefferson Smith
imajeff84663
Online Now Send Email
Oct 5, 2005
2:29 pm
7193
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...
John E Clymer
johnc56031
Offline Send Email
Oct 5, 2005
3:16 pm
7194
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...
John E Clymer
johnc56031
Offline Send Email
Oct 5, 2005
3:25 pm
7195
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...
rakechen2000
Offline Send Email
Oct 6, 2005
7:42 am
7196
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...
rakechen2000
Offline Send Email
Oct 6, 2005
7:44 am
7197
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@...
Send Email
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...
John E Clymer
johnc56031
Offline Send Email
Oct 6, 2005
2:23 pm
7199
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...
microcodefun
Offline Send Email
Oct 6, 2005
2:41 pm
7200
... 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@...
Send Email
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@...
Send Email
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...
Mark Butcher
mjbcswitzerland
Offline Send Email
Oct 6, 2005
6:59 pm
7203
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...
Donald E Haselwood
ptfwq
Offline Send Email
Oct 7, 2005
2:02 am
7204
... 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...
Jefferson Smith
imajeff84663
Online Now Send Email
Oct 7, 2005
3:45 pm
7205
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...
Jefferson Smith
imajeff84663
Online Now Send Email
Oct 7, 2005
9:34 pm
Messages 7176 - 7205 of 9382   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