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 ... ...
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...
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...
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 ...
/* 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...
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. ...
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...
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...
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...
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...
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...
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...
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@...
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...
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...
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 ...
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 ...
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...
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...
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@...
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...
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...
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...
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...
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...