... Faites un voeu et puis Voila ! www.voila.fr...
htyoung
htyoung@...
Apr 1, 2003 11:45 am
2685
Hi, May I force the compiler (or some binutils) to generate the cycle count for each instruction? In this way I would calculate (in theory) the speed of each...
Paolo Nenna
nennap@...
Apr 1, 2003 8:40 pm
2686
Count all instr bytes of intr fun then multiply it by time of m/c cycle. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center -...
A good suggetion. Also, I really recommend that people put somewhat accurate descriptions of their question in the subject line. This allows people to follow...
Gordon Doughman at Motorola has provided a port of the SRecCvt utility as a MacOS X command line tool. It's now included in the SRECCVTSW package on the...
Hi, These questions should probably be directed to Clifford Heath, or anyone else who understands memory mapping in db11. I am evaluating db11 for on-chip...
... I'm here. ... DB11 won't attempt to write to any memory not covered by a map entry. You can use "machine E9" and add your 32K external RAM using "map...
cjh@...
Apr 9, 2003 11:21 pm
2691
Hello, I have some problemes width the gcc, I can't used globales variables. With I used it my program crash. Example: static char sci; | ... /* sci.c */...
Hi! I plan to do the release 2.2 of the GNU tool chain on May 1st 2003 (if everything goes well so far). It will: - fix and improve the memory bank support for...
Hi! ... It's not supported yet. The binutils disassembler (opcodes library) has all the information about the cycles. It just don't report it (the issue is...
Hi! ... Your example is bogus and incomplete. You define two sci_raw(), and test.c calls it recursively. You seem to change the processor and now use an HC12....
Thanks Yoan ! I defined the ports & registers as follows : #define <port> (*(unsigned volatile char)* (<address>)), which works good. For example, for the port...
Hello, Now I have defined my ports addresses, it works good. Excepted that, since the beginning of the night (so, say some hours), when I attempt to compile ...
Stephanie, This was a round-about way to get ahold of you. I tried your web site at : http://stcarrez.nerim.net/cas_elec_unknown.php There was no link to...
Hi Cliff, I've been trying to get this working since last week and so far I have managed to get the s19 file loaded into ram (reports 0x8000) and I can execute...
Hi, I recently download installed GEL libraries(gel-hc1x-1.4.2) and m6811-elf-* compiler for MC68HC11 uController. I am trying to make GEL libraries but I keep...
__________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com...
... You're close now. ... It's the C library startup code. I bypass it by providing my own, but most people have been using it. If you want to understand it...
cjh@...
Apr 15, 2003 1:32 am
2705
It seems to me that this would be a bad idea even if it were easy to implement because anyone who has written assembly code assuming the current calling...
Hi! ... No. I forgot your request in the tons of emails I have. Sorry about that. For a 3.0 it could be made (but I have to check if it's feasible). The...
Hi! ... This problem happens when you have not installed the GNU Binutils for 68HC11. A second possibility is that you installed the compiler in some directory...
... Did not want to make 'that official' :-) ... Oh yes. Sure did not think further. A way could be to have a commandline parameter and a flag in the ELF ...
Hello, I'm trying to get started with the 68HC11 compiler and I'm having some difficulties. When I invoke the make utility with this command: make -f...
Hi! ... This error occurs when there is an ABI conflict. The compiler/assembler/linker are now more strick toward this to detect wrong use of some options....
Hello all. Just wondering if there's a way to keep S0 records from being created when I make an s-record. The test board I'm using at the moment doesn't seem...
Stephane, ... Thanks for the help. That solved my problem. Kelly Kohls, N5TLE Dallas, Texas - There's never enough time to do it right, but plenty of time to...