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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2294 - 2323 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2294
You can reduce the size of you code and increase the speed and reliability of the code by writing print-int(int i, char trailing); print-float f, char ...
Gordon Couger
gcouger
Offline Send Email
Jan 1, 2003
11:14 am
2295
Hello Anthony. You don't know how the compiler will be using the registers, so before you use them, you need to save them on the stack. Push the current X...
Bob Weber
rj_weber
Offline Send Email
Jan 2, 2003
3:30 am
2296
Hi! ... Your asm operands are wrong. You must use only one asm: asm volatile ("jsr 0xffca" : : "x" (str)); The first string that you specify after the ':' is...
Stephane Carrez
stephane_carrez
Offline Send Email
Jan 2, 2003
9:38 am
2297
Hi! ... text data bss dec hex filename 5457 955 12 6424 1918 tst2.elf So this is not as large as you mention (6K total). Stephane...
Stephane Carrez
stephane_carrez
Offline Send Email
Jan 2, 2003
9:49 am
2298
Hi! ... Yes. The offset is just an artifact to identify banked addresses from non-banked addresses. A symbol which is above 0x1000000 is assumed to be...
Stephane Carrez
stephane_carrez
Offline Send Email
Jan 2, 2003
10:00 am
2299
Hello, I'm trying to build the C++ standard library for hc12 using Cygwin. I'm currently disregarding the possibly huge sizes of the final library file, that...
d1jussi <oscar.abraha...
d1jussi
Offline Send Email
Jan 2, 2003
10:12 am
2300
My mistake. I did not understand how much the unix file size differs from what's actually loaded. Regards, Oscar ... Cygwin ... for ... the ... Management...
d1jussi <oscar.abraha...
d1jussi
Offline Send Email
Jan 2, 2003
10:27 am
2301
Hi! ... You must not build the C++ library from within the source directory. You must be in another directory. Try something like: cd...
Stephane Carrez
stephane_carrez
Offline Send Email
Jan 2, 2003
10:46 am
2302
Hi! where can i get the new release of gcc for M68HC12 which remove the long call bugs? happy new year to all ... m68hc1x-20021208.diffs.gz ... ...
slshaotsinghua <slsha...
slshaotsinghua
Offline Send Email
Jan 2, 2003
1:04 pm
2303
Hi! ... I was too busy during Christmas holidays to make this bug fix release. I'll (try to) make it on this Sat 1/4/2003 or Sunday morning. Best wishes to...
Stephane Carrez
stephane_carrez
Offline Send Email
Jan 2, 2003
3:41 pm
2304
Dear Stephane I am new to this group. I am interested in design using the 68HC11, 68HC08 and 68HC12. The GNU software sounds fine, but I would appreciate a...
Jorgen Sandberg
jorgen.sandberg@...
Send Email
Jan 2, 2003
4:35 pm
2305
Thanks, Stephane, for the advice about const char * and rom. I am a student and appreciate any advice. I have changed the asm line to what you suggested: asm...
avderosa <ad1169@...>
avderosa
Offline Send Email
Jan 2, 2003
6:35 pm
2306
asm() passes its arguments directly to the assembler. As long as its arguments are valid asm, it will work (you do need to escape the newlines as \n). You...
Campbell, Barrie (N-C...
theear1
Offline Send Email
Jan 2, 2003
6:48 pm
2307
Hello, I am trying to get the interrupts working on my F1 board (Pete Dunsters F1 Board), without much luck. I have had a browse through these archives and...
why_i_fly <tjelliffe@...
why_i_fly
Offline Send Email
Jan 3, 2003
5:09 am
2308
... From: "Stephane Carrez" <stcarrez@...> To: <gnu-m68hc11@yahoogroups.com> Sent: Thursday, January 02, 2003 3:49 AM Subject: Re: Large binaries when...
Gordon Couger
gcouger
Offline Send Email
Jan 3, 2003
9:46 am
2309
... Cygwin. ... happy to ... to ... thread ... directory. You must be ... the libstdc++ needs ... Management...
d1jussi <oscar.abraha...
d1jussi
Offline Send Email
Jan 3, 2003
11:37 am
2310
I'm having problems with the use of global objects. For instance, writing code like this doesn't work: class testclass { public: testclass() { }; private: int...
Van Damme Michael
tw56357
Offline Send Email
Jan 3, 2003
3:21 pm
2311
I not familiar with the F1 board you mentioned. I did a quick Google search without any luck. If the board is using the Buffalo monitor, you have to use the...
Kemp James-G2233C
jimkemp3038
Offline Send Email
Jan 3, 2003
3:39 pm
2312
Karl Lunt wrote a paper on how to get started: http://www.seanet.com/~karllunt/1112gnuc.htm But he wrote more about this in the Oct 2002 edition of Nuts &...
Eric Engler
englere.geo
Offline Send Email
Jan 4, 2003
3:24 am
2313
Eric, Thank you for the reply. I will keep watching the development. In case someone makes an easy to handle version for Windows 98SE, I will be a customer. ...
Jorgen Sandberg
jorgen.sandberg@...
Send Email
Jan 4, 2003
3:28 pm
2314
Hi all, Release 2.1.1 of the GNU HC11/HC12 port is now available. It is available as source and binaries for GNU/Linux and Windows. This is a bug fix release...
Stephane Carrez
stephane_carrez
Offline Send Email
Jan 4, 2003
4:30 pm
2315
<http://www.grubinski.com/grubinski/build.script.2.1.1> Mike...
Mike Gruber
mikeygruber
Offline Send Email
Jan 4, 2003
9:02 pm
2316
I'm finishing up an IDE for assembler. I am thinking about porting the Dev C++ IDE so it supports gcc for embedded devices. I will look into that option soon. ...
Eric Engler
englere.geo
Offline Send Email
Jan 5, 2003
1:35 am
2317
Hi all, the .incbin directive in GAS does not work if GAS runs as mingw-binary for windows. It is related to ctrl-Z and CR/LF conversion as the file to include...
42Bastian
bastian42
Offline Send Email
Jan 5, 2003
12:57 pm
2318
Hi i've a 68hc11f1 card (http://martial.benoit.free.fr/hc11_frame.html) and the only way to make it work was to use the upload software made by the author but...
Yannick F.
yfetre
Offline Send Email
Jan 5, 2003
5:03 pm
2319
Eric, Up to now I have been using the UltraEdit32 with the Pass11 assembler. That is a nice setup, but I have an assembler and a program to load the code onto...
Jorgen Sandberg
jorgen.sandberg@...
Send Email
Jan 5, 2003
5:12 pm
2320
I'm a newbie with gcc and the way to compil a c program under linux. (make, makefile are strange for me) so i'm studying GEL and i believe there is no include...
Yannick FETRE
yfetre
Offline Send Email
Jan 5, 2003
6:06 pm
2321
... The problem arises whenever you try to use a Linux file on an MSDOS or Windoze machine. It begins with PCBUG: the very first time you compile or assemble a...
Jean-Paul Brodier
aslarorb@...
Send Email
Jan 5, 2003
6:08 pm
2322
... Alternatively you could use the dos2unix and unix2dos commands in Linux, eg: unix2dos unixformatfile > dosformatfile & dos2unix dosformatfile >...
Stephen Pickering
Stephen.Pickering@...
Send Email
Jan 5, 2003
6:45 pm
2323
... I'm working to update my install script for OSX to build the new version. Not too hard so far but the new source runs into an error while building gcc: ...
rbarris <rbarris@...>
rbarris
Offline Send Email
Jan 6, 2003
1:01 am
Messages 2294 - 2323 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