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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2434 - 2463 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2434
Hi Eric, ... Yes. This is basically what 1.4.2 contains (but the -mshort is now passed automatically by the ASFLAGS ((If I remember well...))). Stephane ... ...
Stephane Carrez
stephane_carrez
Offline Send Email
Feb 1, 2003
11:45 am
2435
Hi! ... Thanks to point out this problem. You can get it at: http://m68hc11.serveftp.org/m68hc11_src.php I try to keep these sites in sync but I don't have any...
Stephane Carrez
stephane_carrez
Offline Send Email
Feb 1, 2003
11:49 am
2436
Sometimes I get a "clock skew detected" warning. Here's an example: C:>make -f ex2.mak clean rm ex2.o rm ex2.elf rm ex2.dmp rm ex2.s19 C:>make -f ex2.mak ...
Eric Engler
englere.geo
Offline Send Email
Feb 2, 2003
5:24 am
2437
This means that the time and date on the files is after the computer's current time and date. This usually indicates that either the files were acquired from...
Peter Gregson
gregsonp
Offline Send Email
Feb 2, 2003
2:14 pm
2438
I was removing those files just before the make, so they weren't really out-of-sync. I found the problem. My Makefile was set up to produce the .S19 and the ...
Eric Engler
englere.geo
Offline Send Email
Feb 2, 2003
5:57 pm
2439
/* compile with: m6811-elf-gcc -mshort -O -fomit-frame-pointer -S test.c Then notice that the generated code references the frame pointer, even though we have...
rhk@...
rhkmi
Offline Send Email
Feb 4, 2003
10:11 pm
2440
As a newbie to gnu for HC11, I only recently have successfully ported some old stuff to gnu and found some strange activities in ISR generated by gcc. ...
krystian.hirsch
kt_hirsch
Offline Send Email
Feb 5, 2003
1:40 pm
2441
Hi, I've just changed to a computer with Win2K & objalloc now generates errors (according to Windows) and doesnt get past the first file. Is there any cure for...
hiltonjd <hiltonj@...>
hiltonjd
Offline Send Email
Feb 8, 2003
12:28 am
2442
You can see a description of how gcc uses registers at http://stephane.carrez.free.fr/m68hc11_gcc.php If you do -ffixed-z -fomit-frame-pointer...
wileypob <thousel@...>
wileypob
Offline Send Email
Feb 8, 2003
2:12 am
2443
Hi, There are two versions of objalloc. One for 68hc11 Rel 1.1.1 and one for Rel 2.1. I have not done any work on the Rel 1.1.1 version since the release. On...
John Volpe
jtvolpe
Offline Send Email
Feb 8, 2003
8:11 pm
2444
Hi, I gave up on the GEL, and incorporated the memory.x file in the following way m6811-elf-gcc -Xlinker -m68hc12 ../lib/memory.x -I ../include/ test.c -o...
bwildermoth <b.wilder...
bwildermoth
Offline Send Email
Feb 10, 2003
10:31 pm
2445
Hi group, is there a way to figure out which library file is to use for which purpose ? Maybe some documentation is available on that issue ? Especially it is...
krystian.hirsch
kt_hirsch
Offline Send Email
Feb 11, 2003
3:42 pm
2446
Hi, Im trying to use m6811-elf-gdb to debug some programs, specifically with interrupts. However once the file is loaded and running, how can I then generate...
why_i_fly <tjelliffe@...
why_i_fly
Offline Send Email
Feb 12, 2003
3:11 am
2447
Hi, I am using simple Windows cmd.exe window for invoking make. The problem is, if something goes wrong and plenty of error messages are generated, they do not...
krystian.hirsch
kt_hirsch
Offline Send Email
Feb 12, 2003
8:39 am
2448
If the output is to 'StdError' then you can redirect it with '2>' on the command line. John Beatty...
John Beatty
jby601
Offline Send Email
Feb 12, 2003
9:17 am
2449
This is because the error messages are output on stderr. to redirect stdout: >file.lst to redirect stderr: 2>file.err This works on win2K but not on win98. I...
Ian Davidson
ian.davidson@...
Send Email
Feb 12, 2003
11:34 am
2450
I have the m68hc11 e series and I am trying to get the windows exe version of the compiler working. I am really having trouble figuring out what flags to use...
data7200 <data7200@...>
data7200
Offline Send Email
Feb 12, 2003
4:11 pm
2451
Another approach is to install cygwin (www.cygwin.com) on your computer and use one of the shells (bash, csh, ksh, tsh, zsh) or Perl. Installation is very easy...
Arthur I Schwarz
aschwarz1309
Offline Send Email
Feb 12, 2003
4:38 pm
2452
The command window in Windows ME was severely dumbed down, even from Windows 98. It's almost useless. The best solution is a better command window. Win2K or ...
Bob Weber
rj_weber
Offline Send Email
Feb 12, 2003
6:12 pm
2453
I don't know what to recommend for a minimal set of options for compiling. You should definately use the -mshort option, which tells the compiler to use 16 ...
Bob Weber
rj_weber
Offline Send Email
Feb 12, 2003
6:16 pm
2454
For those having difficulty getting started in a windows environment, (used to be me), heres a simple example to help you get started. You will need to have...
John Hilton
hiltonjd
Offline Send Email
Feb 13, 2003
1:37 am
2455
How can I use assembler labels such as '__bss_start' etc in the c source? John...
hiltonjd <hiltonj@...>
hiltonjd
Offline Send Email
Feb 13, 2003
1:58 am
2456
I'm writing a Windows Integrated Development Environment for the gcc compiler. It's called EmbeddedGNU. I'll post the first release this week-end: ...
Eric Engler
englere.geo
Offline Send Email
Feb 13, 2003
2:39 am
2457
Hi all, I'd like to know, if there is a target in gdb, which can handle a serial-BGND-Debug-Device, such as Motorola SDI or ComPod12 from Oliver Thamm...
Daniel Postler
daniepl77
Offline Send Email
Feb 13, 2003
8:06 am
2458
Hi, How do I tell the compiler to use direct addressing mode to access data in page0.? I can tell the linker about page 0 data OK but the compiler uses either ...
Ian Davidson
ian.davidson@...
Send Email
Feb 13, 2003
4:30 pm
2459
Hi. I'm starting to convert my code to run on the HC9S12, and I noticed that dereferencing function pointers seem to using a simple jsr. I seem to remember...
wileypob <thousel@...>
wileypob
Offline Send Email
Feb 13, 2003
5:13 pm
2460
I was wondering if you ever got semaphores to work with the ucos-ii port. I have tried to start using them, and it never returns from the the OSSemPend...
johnswen78 <johnswen@...
johnswen78
Offline Send Email
Feb 13, 2003
6:12 pm
2461
Hi, thanks for help on the previous thread. Finally I got all my code compiled OK and linker does not generate any errors related to it, BUT there are still...
krystian.hirsch
kt_hirsch
Offline Send Email
Feb 14, 2003
9:34 am
2462
After days of getting everything setup to try to compile the simple example from GEL I finally got that all to work and generate my .o file. Now I am failing...
karau24 <karau24@...>
karau24
Offline Send Email
Feb 16, 2003
4:19 am
2463
Here's how I got GEL set up. I am not an expert on this, but it seems to work for me. I got GEL v1.4.2 and installed it to: c:\usr\gel In config/board.def, I...
Eric Engler
englere.geo
Offline Send Email
Feb 16, 2003
5:00 am
Messages 2434 - 2463 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