Tagged Questions
0
votes
1answer
100 views
Profiling Implementation Issue with GCC C/C++ cross for PowerPC
I'm trying to get the gcc profiling implemented.
I am using the embedded environment eCos with a PowerPC. I programming in C.
When I compile and link using the -pg switch, I find that the symbol ...
4
votes
3answers
2k views
GCC MIPS-32 Calling Conventions / Stack Frame Definition
There appears to be no definitive standardized stack frame and C language calling conventions (register usage and such) for the MIPS-32 Processor Architecture. That is, it appears to be completely up ...