dwarf2 compiling problem

2006-04-28 Thread Nemanja Popov
Hi all. When compiling simple example (even c file with no code in it) with dlx-elf-gcc -c -gdwarf-2 foo.c I get the following error message: internal compiler error: in assemble_integer, at varasm.c:2148 I've defined debugging support in the following way: #define DBX_DEBUGGING_INFO

Re: GCC port for V8-uRISC (8 bit CPU)

2006-04-06 Thread Nemanja Popov
Thank you all for informations. Regards, Nemanja - Original Message - From: Dave Hudson [EMAIL PROTECTED] To: Alan Lehotsky [EMAIL PROTECTED]; Nemanja Popov [EMAIL PROTECTED]; gcc@gcc.gnu.org Sent: Wednesday, April 05, 2006 7:21 PM Subject: RE: GCC port for V8-uRISC (8 bit CPU

GCC port for V8-uRISC (8 bit CPU)

2006-04-05 Thread Nemanja Popov
) Seven 8-bit General Purpose Registers (R1-R7) Multiple register banks are easily implemented 16-bit Program Counter and Stack Pointer Thanks in advance for all informations. Regards, Nemanja Popov

Re: static inline function body is missing

2006-02-27 Thread Nemanja Popov
Thanks on answer. I'll try to do something similar. Cheers - Original Message - From: Mike Stump [EMAIL PROTECTED] To: Nemanja Popov [EMAIL PROTECTED] Cc: GCC Development gcc@gcc.gnu.org Sent: Friday, February 24, 2006 10:31 PM Subject: Re: static inline function body is missing

static inline function body is missing

2006-02-24 Thread Nemanja Popov
, but there is call of that function in main(). Code is correct (bar() function body is there) when compiling with the following line: dlx-elf-gcc -S foo.c -funit-at-a-time Is it possible to workaround this problem in my port files. Thanks in advance, Nemanja Popov

unable to find a register to spill in class

2005-11-22 Thread Nemanja Popov
Hi All, I'm pretty new in porting and understunding GCC. I am trying to port gcc 4.02 to the DLX procesor by using dlx port for gcc 2.7.3. Now I have the following problem: . -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_muldi3 -c ../../gcc/libgcc2.c