Re: mno-eabi option on powerpc-elf

2011-10-09 Thread Ian Lance Taylor
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

Re: ARM EABI ZCX Ada (4.6.1) almost working

2011-10-09 Thread Luke A. Guest
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

RE: compile a bounch of file

2011-10-09 Thread Iyer, Balaji V
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

ARM EABI ZCX Ada (4.6.1) almost working

2011-10-09 Thread Luke A. Guest
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

mno-eabi option on powerpc-elf

2011-10-09 Thread Rohit Arul Raj
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

Re: compile a bounch of file

2011-10-09 Thread Jonathan Wakely
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

compile a bounch of file

2011-10-09 Thread esmaeil mirzaee
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