Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gnu-m68hc11 · GNU 68HC11/HC12

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1093
  • Category: Development
  • Founded: Jan 6, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 5395 - 5424 of 9646   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5395 bcbasm Send Email Oct 2, 2004
11:16 pm
Hello, I'm trying to test this DC for the first time. As i said in the title, i'm using DEV-C++ (windows plateforme) Compiller wich already uses gcc, how can i...
5396 bcbasm Send Email Oct 2, 2004
11:18 pm
Salut, J'utilise DEV-C++ sous windows et j'aimerai installer GNU Development Chain for 68HC11 & 68HC12. Comment devrai-je configurer le DC afin de ne pas...
5397 Eric Nist
enist@... Send Email
Oct 3, 2004
3:18 am
Sorry about this post. I did not know where else to ask for help. Here is my problem: I am trying to upload an .s19 file to my eval board that is running ...
5398 Remko Galama
remkomg77 Send Email
Oct 3, 2004
10:08 am
I havn't had much experience with buffalo but from what I know it doesn't use any handshaking or whatever. Just straight forward RS232. Are all these...
5399 Eric Nist
enist@... Send Email
Oct 3, 2004
2:03 pm
Remko, Thank you for the response. I am still unsure how to load a text file up with Buffalo running on my eval board. I did tweak a upload program and I am...
5400 Yuvraj Khanna
yuvi123 Send Email
Oct 3, 2004
6:58 pm
Please direct your responses to: raj at stecs.com Company: Our Client is a stealth-mode networking startup focused on addressing the growing internal security...
5401 Eric Nist
enist@... Send Email
Oct 8, 2004
2:50 am
Hi, I am having an interesting problem running my code and I don't know how to fix it. In trying to locate the problem of where the processor is getting hung...
5402 Thomas D. Dean
tomdean@... Send Email
Oct 8, 2004
5:54 am
What compiler are you using? tomdean...
5403 Eric Nist
enist@... Send Email
Oct 8, 2004
1:26 pm
m6811-elf-gcc gel-hc1x-1.6 Eric ... --...
5404 Thomas D. Dean
tomdean@... Send Email
Oct 8, 2004
4:36 pm
Use m6811-elf-objdump to examine the .elf file. You will see an rts at the end of the function. Are you compiling for an '11 or an '12? If your code is not...
5405 sammsp430 Send Email Oct 9, 2004
7:00 am
Please give me the code to simulate an external port interrupt.I&#39;m using code warrior processor expert for programming.How to activate the ISR routine? ...
5406 cd_willis Send Email Oct 10, 2004
3:31 pm
Thank you for your help. I modified an example vectors.s file, assembled it and linked vectors.o with the other object files. This solved the problem. Chris...
5407 42Bastian Schick
bastian42 Send Email
Oct 11, 2004
6:50 am
... This mailing list is GNU 68HC11/12 related. There are Metrowerks newsgroups where you should place code warrior questions. -- 42Bastian...
5408 domi2c Send Email Oct 11, 2004
8:11 pm
Hi everybody, I'm a newbie on this group and try to run 68hc11 under Linux. I've bought a CME11-E9-EVBU and want to run hello.c. After some mistakes, I have...
5409 Sharmistha Maitra
sharmisthama... Send Email
Oct 11, 2004
9:02 pm
Hi All, I am new to this group. I have a AXIOM MC9S12DP256B (68hc12) board. I could write a hello.c and make hello.s19 for it. It loaded successfully to the...
5410 Frazer Williams
pfw@... Send Email
Oct 11, 2004
9:33 pm
Hi, I'm using m68hc11-elf-gcc and have run afoul of the optimizer. Apparently, when it sees something like printf("Hello world.\n") the optimizer says "Aha!...
5411 tburrell@...
tomburrell2003 Send Email
Oct 11, 2004
10:58 pm
Check how your debugger handles interrupts. They probably need to be put in a special table. Good Luck, Tom ... From: smaitra2 [mailto:smaitra2@...] Sent:...
5412 42Bastian Schick
bastian42 Send Email
Oct 12, 2004
5:53 am
... You should never uses printf this way. Use printf("%s","Hello world.\n") instead. (There has been a nice article in Dr.Dobbs about the (mis)use of printf...
5413 Daniel O'Connor
dariusmk2 Send Email
Oct 12, 2004
6:10 am
... Really? I don't think it's unreasonable.. Especially in a micro environment :) ... Where? :) -- Daniel O'Connor software and network engineer for Genesis...
5414 42Bastian Schick
bastian42 Send Email
Oct 12, 2004
7:24 am
Daniel ... Depends.But printf is a killer anyway :-) ... Can't find the number. Has been this year. Simple problem: gets(mystring); printf(mystring); Now, make...
5415 Daniel O'Connor
dariusmk2 Send Email
Oct 12, 2004
7:38 am
... Except that if you're already using it, it's going to make smaller code than writing puts.. (Unless you use #define but that's just silly) ... OK. ... This...
5416 John William Goodwine...
jgoodwin@... Send Email
Oct 12, 2004
2:03 pm
... Not to seem too stupid, but as a neophyte, I have to ask what the problem is. I tried it and obviously it didn't print "%x %x" but probably some critical...
5417 42Bastian Schick
bastian42 Send Email
Oct 12, 2004
2:58 pm
John ... ^^^^^ Had to look up this :-) ... Sure, above example is simple, but the nice thing is %n which writes to the stack and might be used to alter some...
5418 Kiran Chandrashekaran...
kiran.nair@... Send Email
Oct 12, 2004
3:02 pm
Hi all, I am using the gnu-68hc1x-2.92 ToolChain on a MC9S12NE64 Target, I am facing some problems using bit fields, Consider that if i define a structure...
5419 Jefferson Smith
imajeff84663 Send Email
Oct 12, 2004
4:12 pm
It is standard definition in C that bitfields in a struct can be laid out in either direction. It has been advised for decades not to use this method when a...
5420 Jefferson Smith
imajeff84663 Send Email
Oct 12, 2004
6:48 pm
The way I did it (although I used dbug12), was to use a bootloader first and download the program. Then, when I run gdb (still with elf file on the command...
5421 tburrell@...
tomburrell2003 Send Email
Oct 13, 2004
3:02 pm
Folks, I can't seem to find the option that embeds the c source in the assembly listing as remarks. Is this feature available in GCC? Tom...
5422 Uwe Arends
uwepcb Send Email
Oct 13, 2004
3:12 pm
Tom, ... i have no idea about the different methods of generating "asembly listings", the one I'm using is via objdump -S and the C source is included when...
5423 tburrell@...
tomburrell2003 Send Email
Oct 13, 2004
3:20 pm
Uwe, That’s what I was looking for. I was looking in the compiler. Thanks, Tom ... From: Uwe.Arends [mailto:Uwe_Arends@...] Sent: Wednesday,...
5424 Jefferson Smith
imajeff84663 Send Email
Oct 13, 2004
3:31 pm
I thought you might want the options which are passed in gcc to as, which tells it to send the listing to stdout. Then there are switches to enable high-level...
Messages 5395 - 5424 of 9646   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help