Add new architechture in gcc build error

sumanth sumanth.gundapneni@redpinesignals.com
Mon Sep 21 12:59:00 GMT 2009


Hi ,
     Follow this wiki  " http://gcc.gnu.org/wiki/DebuggingGCC" to know 
how to debug gcc.
    
   As far as I know  compute_frame_pointer_to_fb_displacement is the 
displacement between your
    frame pointer and the frame base ( mostly stack pointer's location 
after your prologue code - depends on your architecture).
    You need to tell dwarf how much you are displacing your frame in 
order to fit in your variables and stack pushed registers of a specific 
function.
     The above mentioned explanation is my perception ( I am novice too 
in gcc). However  your error might not  be related to it.
 
The only way you can resolve your issue is by debugging gcc as per the 
link I mentioned.
Feel free to ask , if any clarifications required.
  
Thanks,
Sumanth G



daniel tian wrote:
>> You've got to get in there with gdb and find out why compute_frame_pointer_to_fb_displacement()
>> is erroring.  There's no way to avoid this.
>>
>>     
>
> Thank you.
> But I don't know how. I mean which execute file, even I can't find the
> "conftest.c" file.
>
> Sorry for asking this simple question.
>
>
>   




More information about the Gcc mailing list