On Tue, Feb 04, 2020 at 02:53:42PM +0100, Sebastian Huber wrote:
> I tried to build a recent GCC master on FreeBSD 12.1 and it failed with a
> compile error:
That is http://gcc.gnu.org/PR93543
Jakub
Hello,
I tried to build a recent GCC master on FreeBSD 12.1 and it failed with
a compile error:
$ clang --version
FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on
LLVM 8.0.1)
Target: x86_64-unknown-freebsd12.1
Thread model: posix
InstalledDir: /usr/bin
../../gnu-mirror-
On Thu, May 09, 2013 at 08:19:45PM +, Iyer, Balaji V wrote:
> Hello Everyone,
> I am currently trying to build the GCC trunk (revision 198747) and it
> is giving me the following error in make install for the java compiler. It
> looks like it is not able to find a function.
>
> Thanks
Hello Everyone,
I am currently trying to build the GCC trunk (revision 198747) and it
is giving me the following error in make install for the java compiler. It
looks like it is not able to find a function.
Thanks,
Balaji V. Iyer.
libtool: link: /export/users/gcc-svn/b-trunk-gcc/./gc
Thank you. I fixed the error. it caused by macro:
#define ELIMINABLE_REGS \
{\
{ARG_POINTER_REGNUM,FRAME_POINTER_REGNUM}, \
{ARG_POINTER_REGNUM,STACK_POINTER_REGNUM}, \
{FRAME_POINTER_REGNUM, STACK_POINTER_REGNUM} \
}
because everytime when gcc check the frame_pointer_need
daniel tian writes:
>I have already finished CPU port named RICE. The previous version
> I did is on gcc 4.0.2. it can be compiled. Now I wanna move it to
> v4.3.0. I added the config script just as the CRX architechture.
> configure:2379: $? = 1
> configure:2398:
> /home/daniel.tian/gcc_
2009/9/21 Andrew Haley :
> daniel tian wrote:
>> 2009/9/21 sumanth :
>>> 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 an
daniel tian wrote:
> 2009/9/21 sumanth :
>> 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 po
2009/9/21 sumanth :
> 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
> yo
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 - depend
>
> 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.
daniel tian wrote:
> /home/daniel.tian/gcc_rice_dev/rice-binutils/build-gcc-debug/./gcc/xgcc
> -B/home/daniel.tian/gcc_rice_dev/rice-binutils/build-gcc-debug/./gcc/
> -B/usr/local/cross/rice-elf/rice-elf/bin/
> -B/usr/local/cross/rice-elf/rice-elf/lib/ -isystem
> /usr/local/cross/rice-elf/rice-elf
Hi,
I have already finished CPU port named RICE. The previous version
I did is on gcc 4.0.2. it can be compiled. Now I wanna move it to
v4.3.0. I added the config script just as the CRX architechture.
But when run the configure,
export TARGET=rice-elf
export PREFIX=/usr/local/cross/$TARGE
Hi,
I am compiling arm-elf-gcc using mingw on Windows XP through msys, and
although the C compiler compiles there is output near the end, which
includes a file error for fixincludes. The file doesn't exist after the
build.
...
sed: Couldn't open file C:\Temp\fxinc2;
FS error 2 (No such file
14 matches
Mail list logo