Displaying 2 results from an estimated 2 matches for "devroot".
Did you mean:
devroom
2002 Oct 02
0
rsync rsh XP->Unix Terminal Read cygwin
...nc to work when sending from my XP box to a Solaris,HPUX,or
AIX host using rsh
I am using the cygwin version of rsync, and the windows XP version of remsh.
Can anybody tell me what is happening? Any hints on what to do next?
Administrator@WOTTPAWLOWM-XP1
/cygdrive/e/perforce_data/atlantic_it4sb2/devroot/
src/iwr/impromptuserver/app.exe/child.lib
$ rsync -v -n --progress htmltools.cpp defender:/home/pawlowsm/test
Terminal read: The parameter is incorrect.
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
rsync: read...
2011 Sep 22
2
[LLVMdev] Compiling LLVM w/ Clang for ARMv7 and ARMv6 archs from a i386 OSX machine
...the settings, linkers and
compilers, but I was able only to build for i386 and x86_64. My machine is
an i386 iMac. This is my first attempt to cross-compile something, so
probably I'm doing something incredible stupid.
First, I'm not sure which compiler should I use. I tried:
CXX="$DEVROOT/usr/bin/llvm-g++-4.2"
CC="$DEVROOT/usr/bin/llvm-gcc-4.2"
CXX="$DEVROOT/usr/bin/g++-4.2"
CC="$DEVROOT/usr/bin/gcc-4.2"
Here is my conf: ../llvm/configure --host=armv7-apple-darwin
--target=armv7-apple-darwin --build=i386-apple-darwin --enable-optimized
--disable...