Custom Query (463 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 463)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#22 fixed Compile error on i686/MacOS X rainer rainer
Description

Does not build on i686/MacOS X because the assembler does not understand the precompiled assembly in sh_tiger1.s.Need to fall back on the C source.

#23 fixed sstrip does not compile on suse 10.1 rainer rainer
Description
In file included from /usr/include/asm/elf.h:11,
                 from /usr/include/linux/elf.h:6,
                 from ./src/sstrip.c:22:
/usr/include/asm/system.h:302: error: expected declaration specifiers or ... before u8
/usr/include/asm/system.h:302: error: expected declaration specifiers or ... before u8
/usr/include/asm/system.h:303: error: expected declaration specifiers or ... before u16
/usr/include/asm/system.h:303: error: expected declaration specifiers or ... before u16
/usr/include/asm/system.h:304: error: expected declaration specifiers or ... before u32
/usr/include/asm/system.h:304: error: expected declaration specifiers or ... before u32
/usr/include/asm/system.h: In function cmpxchg_386:
/usr/include/asm/system.h:311: error: too many arguments to function cmpxchg_386_u8
/usr/include/asm/system.h:313: error: too many arguments to function cmpxchg_386_u16
/usr/include/asm/system.h:315: error: too many arguments to function cmpxchg_386_u32
make: *** [sstrip] Fehler 1

The problem is the inclusion of linux/elf.h. Need to include elf.h instead, and determine 32bit/64bit from the executable, as we don't have ELF_CLASS anymore then.

#24 fixed Compile error on Solaris 8 rainer rainer
Description

Reported by Jesse:

gcc -DHAVE_CONFIG_H -I. -I./include -O2 -Wall -W -fno-strength-reduce -fno-omit-frame-pointer -DSH_STANDALONE -o sh_extern.o -c x_sh_extern.c
x_sh_extern.c: In function `sh_ext_add_default':
x_sh_extern.c:1080: parse error before `char'
x_sh_extern.c:1089: `p' undeclared (first use in this function)
x_sh_extern.c:1089: (Each undeclared identifier is reported only once
x_sh_extern.c:1089: for each function it appears in.)
x_sh_extern.c:1094: `i' undeclared (first use in this function)
x_sh_extern.c:1096: warning: control reaches end of non-void function

Seems to be caused by the wrong location of the (void) dummy; cast.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.