gcc-4.3.2 cross build error

2008-12-13 Thread raja . saleru
ocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Thanks and Regards Raja Saleru

gcc-4.3.2 build break at multilib glibc

2008-12-15 Thread raja . saleru
#x27; conftest.c:10:19: error: stdio.h: No such file or directory conftest.c:11:23: error: sys/types.h: No such file or directory conftest.c:12:22: error: sys/stat.h: No such file or directory …………… Thanks in Advance Raja Saleru

Re: gcc-4.3.2 build break at multilib glibc

2008-12-15 Thread raja . saleru
successfully. We need to use newlib. when to link with gcc ? whether using newlib will solve the above error ? Can you mention some link or guidelines on usage of newlib for the above target ? Thanks and Regards Raja Saleru >> Hi, I am trying to cross compile the gcc-4.3.2 for arm based dsp

help needed on gcc instruction scheduling with unspec_volatile()

2009-02-02 Thread raja . saleru
unspec_volatile(). If the instruction is scheduled using this, does this make the instruction out of scope of scheduler ? Please help us to understand the above. Thanks in advance Raja Saleru

Re: help needed on gcc instruction scheduling with unspec_volatile()

2009-02-02 Thread raja . saleru
g unspec_volatile in > the RTL template makes the instruction a scheduling barrier and a > memory barrier. Can you give more information or link to understand more about unspec_volatile ? The information available in gcc internals is not sufficient. Thanks and Regards Raja Saleru > raja.sa

unspec_volatile() RTL template

2009-02-03 Thread raja . saleru
Hi, Can anybody explain about the unspec_volatile() rtl template usage, sample example and the purpose of it. Thanks and Regards Raja Saleru

gnu gcc 3.4.6 debug procedure

2009-02-03 Thread raja . saleru
ot visible. somebody can explain the procedure for gcc debugging ? Thanks and Regards Raja Saleru

gmon.out creation procedure

2008-05-19 Thread raja . saleru
responsible for this ? 3. Suppose assume that executable is built without ¨Cpg option, but want to create gmon.out at run-time. Is there any way or guidelines to implement? Thanks and Regards Raja Saleru

Re: gmon.out creation procedure

2008-05-20 Thread raja . saleru
;> 3. Suppose assume that executable is built without ��Cpg option, but >> want >> to create gmon.out at run-time. Is there any way or guidelines to >> implement? > > A call to the profiling function (mcount) should be there to generate > profiling information. Without that you won't be able to generate > gmon.out > > Hope this helps, > > Regards, > Shafi > >> >> Thanks and Regards >> Raja Saleru >> >> >