Is there a "Hello world" equivalent for demonstrating paged memory with the 9S12E (or similar) versions of the HCS12? I'm stuck trying to make use of paged...
Diego, Thanks. I would appreciate a copy. Since my post, I have been experimenting, and my problem appears to be my .ld file, but I don't what it is. A few ...
Anyone know what might the following linker message-- /usr/lib/gcc-lib/m6811-elf/3.3.6-m68hc1x-20060122/../../../../m6811-elf/bin/ld: BFD 2.15 assertion fail...
... [searches] I'm afraid "You must use the Source, Luke." Even "Free" software has its price. Mike -- ...
Mike McCarty
Mike.McCarty@...
Jun 25, 2009 4:47 pm
9358
I'm finding the far C calls have a page number that is 4 pages lower than the page where the code resides. I checked the code v pages and it is loaded...
(Answering my own question, maybe or maybe not correctly!)-- The combination of memory.x and objcopy flag in the Makefile is the issue. To work correctly the...
... It looks like it might be this: /* Add a symbol to the linker hash table undefs list. */ void bfd_link_add_undef (struct bfd_link_hash_table *table, ...
James, This is consistent with what I found with on the posts about Debian kernel compilation errors, i.e. something having to do with the hashing. I think the...
James, Here is how I do it. The following sets the lma/vma addresses in the script rather than in the Makefile-- ... The Makefile only has the objcopy flags--...
After trying to figure out how to configure Eclipse and GCC to work on my Ubuntu machine, I came across this website that finally told me how to configure...
... Hey everybody, I just got out of jail... Did I miss anything? I was one of those secondary moderators to take a load off Stephane. So first thing when I...
... The group is very quiet. I have been deleting spam as the group settings now require moderation for new users. This appears to be keeping the group...
I'm trying to build the development chain for the 68HC11, but I'm having all kinds of problems. I've gotten various different errors depending on if I use old...
This is a script I use to build the tool chains and run from a subdirectory below the sources. In my case I have /usr/src/jsm and the sources trees are there. ...
... Out of curiosity, what version are you building? Thanks. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au ...
... The base code versions are: binutils 2.18 gcc version 3.3.6 newlib 1.16 gdb 6.8 With the latest Stephane Carrez patches applied. Then I've been doing some...
Thanks, James, the script worked great. Strangely enough, it runs exactly the same commands I did when I tried to install manually. The only real difference I...
... What CPU are you targetting and how are you going to use gdb with it? Until recently I had ignored gdb and for debugging I was still using HIWAVE that...
... Ahh, I only have HCS12 stuff here.. Is there any work on newer version of gcc? (or LLVM :) ... Wow, how'd you get that working? I'd be very interested in...
... I briefly tried some of the newer versions and HC11/12 support is horribly broken. After a few days banging my head against the wall I returned to 3.3.6. ...
My coworker was able to 100% successfully build the tool chain. I do not have all his knowledge, but I will help you the best I can. first off use gcc3.3.6 ...
Can you please give me detailed instructions on what you did to build the while chain? I haven't done anything using the 9s12 in several years, and even then I...