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 8662 - 8692 of 9380   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8662
Since not much trafic here, I'll throw out a problem. Note: I already found the cause and can work around this, but have not found a way to use "-include" in...
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 1, 2007
11:41 pm
8663
Hi: I'm trying to cram FreeRTOS (www.FreeRTOS.org) onto an HC9S12C32 and I've hit a small snag for which I am ill-equipped to manage. It appears that the...
rich_goyette
Offline Send Email
Mar 4, 2007
1:41 am
8664
Hi, Try writing your one function for strncpy. Inserting another (bigger) library can waste your limited space. Here it is my working version: char * strncpy...
Ioan Petrescu
yoanp@...
Send Email
Mar 5, 2007
5:33 am
8665
... This version does not work. ... I won't because it does not conform to the definition of strncpy(.,.,.). I quote the Standard: 7.21.2.4 The strncpy...
Mike McCarty
Mike.McCarty@...
Send Email
Mar 5, 2007
6:51 am
8666
... I find it strange that you are looking for that function in libgcc. Why have you not looked in libc, which is where I do find it, and should be expected?...
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 5, 2007
8:44 pm
8667
Hey: Thanks for that. I'm afraid I was just blindly using the library pointed to as the default in the 9S12C32 profile that comes with Eric's Embedded GNU...
rich_goyette
Offline Send Email
Mar 6, 2007
2:20 am
8668
Hi again: I did some reading and sorted out the linker. I inserted -nostdlib and -nodefaultlibs and then specified -lc and -lgcc (the gcc manual said I'd...
rich_goyette
Offline Send Email
Mar 6, 2007
5:30 am
8669
... You probably reinserted the standard libraries :-) [snip] ... It is important, because it only makes "one pass" trying to resolve dependencies. If A is in...
Mike McCarty
Mike.McCarty@...
Send Email
Mar 6, 2007
2:32 pm
8670
... I don't if it helps to add "-nostartfiles -nostdlib -nodefaultlibs", but instead I just don't use symbols or functions which would call up too much other...
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 6, 2007
3:29 pm
8671
Hi, I've downloaded and install gnu-68hc1x-3.1.exe on my Vista system, in c:\progra~1\68hc11 (I've also tested in c:\usr) directory. I set up PATH variable...
hc11_user
Offline Send Email
Mar 6, 2007
4:00 pm
8672
Hi Mike: It's probably bad etiquette to waste bandwidth just saying thanks but... Thanks. Rich Goyette ... but ... resolved. ... guessing ... elf....
rich_goyette
Offline Send Email
Mar 6, 2007
5:31 pm
8673
hi i work on dragon12 board and egnu tool and i want to download the programe on the flash memory ,the help said that i should start the programe from flash...
tototawila
Offline Send Email
Mar 6, 2007
5:58 pm
8674
hi i work on dragon12 board and egnu tool and i want to download the programe on the flash memory ,the help said that i should start the programe from flash...
tototawila
Offline Send Email
Mar 6, 2007
5:59 pm
8675
Jefferson: Yes I am writing a port of FreeRTOS for the S912C32. I didn't mean it to start out that way - I suppose I could have used the DG128 I have on a...
rich_goyette
Offline Send Email
Mar 6, 2007
6:18 pm
8676
... I am not an expert on this system. However, this looks like your PATH is not set correctly, or that you are missing cc1.exe from some directory. The...
Mike McCarty
Mike.McCarty@...
Send Email
Mar 7, 2007
6:43 am
8678
... I added to a new PATH user environment variable the following string : C:\Program Files\68hc11\bin;C:\Program Files\68hc11\m6811- elf\bin;C:\Program...
hc11_user
Offline Send Email
Mar 7, 2007
9:52 am
8679
When using multiple GCC's in a system, I have found it best to configure your IDE with the PATH statement for the tool-chain you are using. If you are an...
John Clymer
stimey_mn
Offline Send Email
Mar 7, 2007
2:04 pm
8680
... Are you saying you just had to add the path for "3.3.6-m68hc1x-20060122", or which one? ... The problem with making a "patch" for Vista is that we should...
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 8, 2007
4:59 pm
8681
... Don't get me wrong; I'm not suggesting that you need different hardware. I am expecting that my port should work for C32 by changing only the application...
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 8, 2007
6:35 pm
8682
... If you simply edit the Makefile or memory.x files, EmbeddedGNU will never modify them again. Further, you can easily edit them by using the Build menu. Any...
Eric Engler
englere.geo
Offline Send Email
Mar 9, 2007
3:10 am
8683
... I thought this group was on the GNU tools for the hc11/hc12, and not specifically limited to gcc. I think the use of the GNU assembler would be on topic....
Eric Engler
englere.geo
Offline Send Email
Mar 9, 2007
3:20 am
8684
... Correct me if I'm wrong, but EmbeddedGNU used a different file name for the makefile, therefore ignored the existing "Makefile" from the beginning. Sorry...
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 9, 2007
4:54 pm
8685
... Yes, it uses the project name as the base of the makefile. A lot of people use custom makefile names and this isn't a big deal. It's easy to delete the...
Eric Engler
englere.geo
Offline Send Email
Mar 10, 2007
5:06 am
8686
... m68hc1x- ... ARM ... special ... reqires ... paths? ... hi, I added to my PATH environment variable the following directories : * C:\Program...
hc11_user
Offline Send Email
Mar 10, 2007
2:09 pm
8687
the problem with me now that i can't save the starting address in the reset address 0xFFFE i don't know how to do that in C langauge ... Correct me if I'm...
mohamed tawila
tototawila
Offline Send Email
Mar 11, 2007
6:39 am
8688
... the reset address 0xFFFE i don't know how to do that in C langauge EmbeddedGNU comes with some examples of setting up vectors in both C and assembly...
Eric Engler
englere.geo
Offline Send Email
Mar 11, 2007
7:19 am
8689
i'm using the dg256 ... the reset address 0xFFFE i don't know how to do that in C langauge EmbeddedGNU comes with some examples of setting up vectors in...
mohamed tawila
tototawila
Offline Send Email
Mar 11, 2007
6:11 pm
8690
... I guess you'll be using a BDM device to program this, right? It probably doesn't come with a serial monitor or bootloader. You'd have to use gdb to program...
Eric Engler
englere.geo
Offline Send Email
Mar 12, 2007
3:16 am
8691
Eric, Jefferson: I'm just catching up with the conversation after about a week away from a stable internet connection... Thanks for the help. Your...
rich_goyette
Offline Send Email
Mar 12, 2007
3:18 am
8692
... Just another thought... If you specify the second path (m6811-elf\bin), then do you still have to specify the first path? The reason for the first path is...
Jefferson Smith
imajeff84663
Online Now Send Email
Mar 12, 2007
4:03 pm
Messages 8662 - 8692 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