[Steven Woody] M16C development using GCC, Is It Possible?

2005-10-26 Thread Steven Woody
o-server.de/gcc-m16c/20050419.html', it said, GCC M16C project is totally bugy. so, what's the fact and what's your suggestion? (BTW: i need compile C++ not C only) thanks! -- steven woody (id: narke)

Re: [Steven Woody] M16C development using GCC, Is It Possible?

2005-10-27 Thread Steven Woody
fact i can not, i know nothing about compiler writing :( so, i am thinking another question. if i can write the code which can pass both the current (3.4) g++ compiler and the IAR M16C C++ compiler, so my problem will resolved. but is it possible of the idea? i think i can use some #ifdef sta

Re: [Steven Woody] M16C development using GCC, Is It Possible?

2005-10-28 Thread Steven Woody
te that okay, it's a good news. > g++'s C++ is much more strict and current than most other C++ > compilers; it's likely you'll have to fix your code to get it to work, > but this would be due to code bugs and not g++ bugs if so. i plan to write in g++ from scratch. so its strictness is a good news and it will make life easy when i later compile on IAR's compiler, do i rightly understand? -- steven woody (id: narke) How Far You Fall Doesn't Matter, It's How You Land - Haine, La (1995)

Re: [Steven Woody] M16C development using GCC, Is It Possible?

2005-10-28 Thread Steven Woody
after it were done, i will get capabilities of compile/linker from c++ source to M16C executable on my Linux host computer and the special capabilities come from giving extra options to gcc/ld/as command and these commands will keep no change when i use them normally and produce native code, righ

How Can I Get See A Memory Map For An Executable

2005-11-12 Thread Steven Woody
i want to check in my C++ program, what variable is allocated in where. is there such a tool? another relative question is, where the 'new' operator get memory from? the global heap? does it same with what 'malloc' get from? thanks. -- steven woody (id: narke) Ce

Runtime Memory Usage Graph

2005-11-12 Thread Steven Woody
how can i get see the runtime memory useage graph for my c++ program? this will include stack memory and dynamic memory (heap). thanks. - narke

How Can I Get See A Memory Map For An Executable

2005-11-13 Thread Steven Woody
i want to check in my C++ program, what variable is allocated in where. is there such a tool? another relative question is, where the 'new' operator get memory from? the global heap? does it same with what 'malloc' get from? thanks. -- steven woody (id: narke) Ce