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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4038 - 4067 of 9380   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4038
Hello , I was trying to debug an assembly program using gdb, and had a few problems.The problem is --the program counter and the other register values arent...
mahesh km
maheshkms
Offline Send Email
Mar 1, 2004
9:15 am
4039
I don't know much about getting everything to work, but you don't need "-gstabs" specifically for gdb. I use "-g" which adds just about everything, or "-ggdb"...
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 1, 2004
6:27 pm
4040
Hi Scott, thanks for your input. In the mean while I'll contact P&E for some more info. Regards, Remko...
Remko Galama
remkomg77
Offline Send Email
Mar 2, 2004
8:10 am
4041
I get the same thing as you. I have a request in to P&E micro as well. Ill let you know when I hear back from them. Let me know what you find out. Cheers, ...
Scott
x9sp
Online Now Send Email
Mar 2, 2004
2:49 pm
4042
Hi, I'm brand new to the gnu world and have a couple questions I was hoping I can get answered. I have been using the HC11,12 for years in Assembly but am...
pablo_42000
Offline Send Email
Mar 2, 2004
4:36 pm
4043
A good place to start is Eric Engler's site, where you will find EmbeddedGNU, a nice GUI front end for gcc that takes care of some of the messy details. Read...
Louis Bertrand
kafkalaughed...
Offline Send Email
Mar 2, 2004
7:09 pm
4044
... I know the feeling. I actually started with GEL (the example libraries http://m68hc12.serveftp.org/examples/index.php I also learned that newlib components...
Jeff Smith
imajeff84663
Online Now Send Email
Mar 2, 2004
9:28 pm
4045
Hello, Could anyone help me on the following? In my program I don't wan't to use the XIRQ nor the IRQ interrupt. So, in my premain I clear only the I-bit in...
peter_lingier
Offline Send Email
Mar 3, 2004
10:13 am
4046
... Welcome to a brand new adventure, the rewards DO outweigh the pain of getting there. The complier generates fairly intelligent assembly/machine code, and...
John E Clymer
johnc56031
Offline Send Email
Mar 3, 2004
2:33 pm
4047
I would need to see an example that does it. People often ask whats wrong, but start by saying everything is done correctly. How could I argue with that? :)...
Jeff Smith
imajeff84663
Online Now Send Email
Mar 3, 2004
3:04 pm
4048
Hi Scott and all GNU users looking for a nice BDM solution, In order to get the ICD12Z from P&E working with the ELF/Dwarf2 output from GNU take the following...
Remko Galama
remkomg77
Offline Send Email
Mar 3, 2004
10:18 pm
4049
Hi Dustin, you don't need to add anything in the command line to use the memory.x created by the Embedded GNU IDE. Then again if you have doubt's it is using...
Remko Galama
remkomg77
Offline Send Email
Mar 3, 2004
10:26 pm
4050
Hi Jeff, A collegue and I found the reason. We're using banking and therefore put in the makefile with the compileroptions the option -m- long-calls. But...
peter_lingier
Offline Send Email
Mar 4, 2004
7:53 am
4051
Hi all, I'm currently trying to work out a way to instruct the linker to use a default_rom section which aplies for all memory banks which are available...
remkomg77
Offline Send Email
Mar 4, 2004
12:24 pm
4052
Hello, Does anyone uses libraries (libc, libbcc ) together with banking for string and floating point operations? What to do with bankoverflows? Are there...
peter_lingier
Offline Send Email
Mar 4, 2004
4:18 pm
4053
Not much you can do without adding the functionality to the GCC port. Theres no way yet to have it break up a section and automatically fit functions into...
Jeff Smith
imajeff84663
Online Now Send Email
Mar 4, 2004
4:30 pm
4054
... Hash: SHA1 Hi! ... Use the libc provided in GEL. It's reasonably small and you should be able to compile it with your own compilation flags. (sprintf is...
Stephane Carrez
stephane_carrez
Offline Send Email
Mar 4, 2004
9:04 pm
4055
Jeff Smith <imajeff@...> wrote Thu, 4 Mar 2004 09:30:45 -0700 ... I thing that has nothing to do with the GCC (takeing it as the C/C++ compiler)....
42Bastian Schick
bastian42
Offline Send Email
Mar 5, 2004
8:53 am
4056
You understand correctly Bastian. I got the idea from the HiWare linker. I'm currently using the -mlong-calls option so it doesn't really matter anymore in...
Remko Galama
remkomg77
Offline Send Email
Mar 5, 2004
9:44 am
4057
... and you defined 'bank1' and 'bank2' as memory regions in the MEMORY part. If the files you put in .text_bankX are larger than the memory bank, the linker...
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 5, 2004
4:47 pm
4058
... Just remember, Rome wasn't built in a day :)...
Jeff Smith
imajeff84663
Online Now Send Email
Mar 5, 2004
4:58 pm
4059
... Hash: SHA1 Hi! ... Hum... this looks like a bug. When an interrupt handler is compiled the compiler should ignore the -mlong-calls option. At least, it...
Stephane Carrez
stephane_carrez
Offline Send Email
Mar 5, 2004
11:01 pm
4060
... part. ... the ... code ... *big disapointment* now it's official, the linker can't do it... ... Didn't say you where incorrect or anything, no offence...
Remko Galama
remkomg77
Offline Send Email
Mar 6, 2004
10:16 am
4061 NZG
ngustavson@...
Send Email
Mar 7, 2004
3:09 am
4062
Hi, i program a long time in assembly for the 68hc11 and i thought to give a try with c++ coding. My board has a ram region from $1000-$17FF and the registry...
Theoharis Tsenis
ttsenis
Offline Send Email
Mar 7, 2004
1:52 pm
4063
Hi Nathan, I've allready got all of P&E's equipment working, thanks anyway! The weirdness of it all is that the other programmer I used accepted 0x308000 etc...
Remko Galama
remkomg77
Offline Send Email
Mar 7, 2004
6:13 pm
4064
... Probably not _the_ solution, but how about defining a section in a assembly file, makeing it noninit and place it in the gap. -- 42Bastian...
42Bastian Schick
bastian42
Offline Send Email
Mar 8, 2004
9:07 am
4065
Stéphane, I made the libc.a file out of the sources in the GEL. When I want to use them in my project I got an error by the linker in the GNU that is...
peter_lingier
Offline Send Email
Mar 8, 2004
10:11 am
4066
Hello, Below in the mail is mentioned: ar -x libc.a MODULE.o How does this has to be implemented in a makefile. I'm trying something like this, but I don't...
peter_lingier
Offline Send Email
Mar 8, 2004
4:17 pm
4067
... Hash: SHA1 Hi! ... Write it this way: $(myLIB_DIR_ANSI)/libc.a: $(OBJ_LIBC) $(AR) $(AR_FLAGS) $(myLIB_DIR_ANSI)/libc.a $(OBJ_LIBC) I'm confused with you...
Stephane Carrez
stephane_carrez
Offline Send Email
Mar 8, 2004
7:50 pm
Messages 4038 - 4067 of 9380   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