Rohit Arul Raj writes:
> I am working with powerpc-elf tool chain v4.5.2 (with newlib).
>
> I need some clarification regarding the -mno-eabi option. From the GCC
> docs, this option means that the tool chain does not adhere to EABI.
>
> -mno-eabi:
> On System V.4 and embedded PowerPC sy
On Sun, 2011-10-09 at 20:38 +0100, Luke A. Guest wrote:
> Anyway, I changed the code to throw an exception in a nested subprogram,
> this was also caught by the outer subprogram. I then added a raise;
> statement as a handler to see if it would reraise and then exit the
> program, sadly, I get an i
Hello Esmaeil,
I have used Simplescalar a long time back, so my memory is not very
up-to-date. If I remember correctly, all you do is to go to the simplesim-2.0
directory and type "make" after you modify an existing file. This should create
a new executable. Please refer to these website
Hi,
I managed to debug the my sample app and find an error, which has made
catching an exception work.
Anyway, I changed the code to throw an exception in a nested subprogram,
this was also caught by the outer subprogram. I then added a raise;
statement as a handler to see if it would reraise and
Hello All,
I am working with powerpc-elf tool chain v4.5.2 (with newlib).
I need some clarification regarding the -mno-eabi option. From the GCC
docs, this option means that the tool chain does not adhere to EABI.
-mno-eabi:
On System V.4 and embedded PowerPC systems do not adhere to
th
On 9 October 2011 11:06, esmaeil mirzaee wrote:
> Hi
> Apologize in advanced for weak English and interrupt.
> I'm new in programming, I did some changes in a bounch of code and now
> I want to compile it but I have problem and I don't know. How can
> resolve the problem. some one said to me you mu
Hi
Apologize in advanced for weak English and interrupt.
I'm new in programming, I did some changes in a bounch of code and now
I want to compile it but I have problem and I don't know. How can
resolve the problem. some one said to me you must run the makefile
:(
I've got Simplescalar and I ch