search for: compilin

Displaying 3 results from an estimated 3 matches for "compilin".

Did you mean: compiling
2007 May 23
1
Bristuff with Billion ISDN
...isk with Bristuff I do that: in usr/src: wget http://212.91.251.199/~junghanns.net/downloads/bristuff-0.3.0-current.tar.gz<http://212.91.251.199/%7Ejunghanns.net/downloads/bristuff-0.3.0-current.tar.gz> tar zxvf bristuff-0.3.0-current.tar.gz cd bristuff-0.3.0-PRE-1r ./install.sh when it is compilin I have that error: **************************************************** LIBGSM installed. Press <Enter> to continue, or <CTRL> + <C> to abort. **************************************************** rm -f ztgsm.o *.ko *.mod.c *.mod.o .*o.cmd *~ rm -rf .tmp_versions Link /usr/src/li...
2007 Jan 15
2
network booting initrd -mount: error 6 mounting ext3
Hi all, Im network booting initrd-2.6.9-22.EL.img from pxelinux. <snip from init script> echo Creating root device mkrootdev /dev/root umount /sys echo Mounting root filesystem mount -o defaults --ro -t ext3 /dev/root /sysroot mount -t tmpfs --bind /dev /sysroot/dev echo Switching to new root switchroot /sysroot echo UMOUNTING initrd-dev umount /initrd/dev </snip> I receive error
2015 Mar 15
5
[LLVMdev] Alias analysis issue with structs on PPC
...gt;>>> } >>>> } >>>> >>>> There are two references in the loop, result[i] (restrict) and >>>> my_struct.source[i] (readonly). The compiler should easily figure out that >>>> they do not alias. >>>> >>>> Compiling for x86, the loop alias analysis works just fine: >>>> AST: Alias Set Tracker: 2 alias sets for 2 pointer values. >>>> AliasSet[0x7fd8e2f32290, 1] must alias, No access Pointers: (double* >>>> %arrayidx5, 18446744073709551615) >>>> AliasSet[0x7...