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...
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...
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@...
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@...
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?...
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...
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...
... 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@...
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...
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...
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...
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...
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...
... 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@...
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...
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...
... 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...
... 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...
... 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...
... 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....
... 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...
... 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...
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...
... 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...
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...
... 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...
... 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...