Displaying 4 results from an estimated 4 matches for "splash2".
Did you mean:
splash
2008 Jun 04
0
Compile error on CentOS 4.6
...le error during make..
Here is the error messages. Does it come from the gcc library? Should I
update the gcc or other library?
[root at localhost barnes]# make BARNES
make: Warning: File `code.C' has modification time 6e+02 s in the future
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null code.C
> code.c
gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels code.c
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-...
2012 Jan 28
3
[LLVMdev] [Sparc] size of input arguments with doubles in llvm byte code?
Hi,
I have a llvm asssembly version of radix_mod.c modified from radix (a
splash2 bench mark). It is named radix.bc.
I have extended the number of arguments from 2 to 4 in the function called
product_mod_46 and saved it as a new file called radix_mod.bc . Although the
extra arguments does not do anything in the function. It still broke the
code on sparc. However, both versions...
2012 Jan 28
0
[LLVMdev] [Sparc] size of input arguments with doubles in llvm byte code?
ckathy wrote:
>
> Hi,
>
> I have a llvm asssembly version of radix_mod.c modified from radix (a
> splash2 bench mark). It is named radix.bc.
>
> I have extended the number of arguments from 2 to 4 in the function called
> product_mod_46 and saved it as a new file called radix_mod.bc . Although
> the extra arguments does not do anything in the function. It still broke
> the code on sparc...
2006 Nov 16
3
syslinux files in subdirectories
I have syslinux booting slax off of a usb stick but in
the process I think I may have found a bug in syslinux
im using version syslinux-3.31 my syslinux.cfg use to
look as follows
<== beginning
display boot/splash.cfg
default slax autoexec=startx
prompt 1
timeout 40
F1 boot/splash.txt
F2 boot/splash2.txt
F3 boot/splash.cfg
label slax
kernel boot/vmlinuz
append vga=769 changes=slaxsave.dat max_loop=255
initrd=boot/initrd.gz init=linu
xrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=4444
root=/dev/ram0 rw
label linux
kernel boot/vmlinuz
append vga=769 changes=slaxsave.dat max_loop=255
initrd=bo...