search for: crossbuild

Displaying 14 results from an estimated 14 matches for "crossbuild".

2009 Apr 25
1
installing crossbuilds
Back before the 7.0 Release I used to install cross builds by NFS-mounting /usr/src and /usr/obj of the build machine on the target machine and running: # cd /usr/src # env MAKEOBJDIRPREFIX=/usr/obj/<stuff> make installkernel KERNCONF=<kernconf> ... This doesn't work any more because all the installation tools are built for the architecture of the build system. The alternative
2008 Jan 23
1
crossbuilding packages with mingw32
Hi, Does anybody have experience building windows packages in Debian? I think the mingw32 package is the ticket for it. In the past, I've done this using the procedure on the R News article (Building Microsoft Windows versions of R and R packages under Intel Linux), but it seems it should be possible with mingw32 directly. Any tips on what to read? Thanks. Cheers, -- Seb
2016 May 06
3
build issue in llvm-clang cross tool chain for arm target
...target, after successful build for Linux host now I am now building toolchain for *arm target*. However, I am getting below error message which seems to be confusing and not getting any idea how to resolve this issue. *Command :* #CC='clang' CXX='clang++' cmake -G Ninja /home/iiita/crossbuild/llvm -DLLVM_ENABLE_LIBCXX=ON -DCMAKE_CROSSCOMPILING=True -DCMAKE_INSTALL_PREFIX=/home/iiita/crossbuild/build -DLLVM_TABLEGEN=/home/iiita/llvm-3.8/build/bin/llvm-tblgen -DCLANG_TABLEGEN=/home/iiita/llvm-3.8/build/bin/clang-tblgen -DLLVM_DEFAULT_TARGET_TRIPLE=arm-linux-gnueabihf -DLLVM_TARGET_ARCH=AR...
2004 Jun 25
2
R 1.9.1 package installation problems
Hello, I am writing as an administrator, not as an R user, so forgive me if I am not completely knowledgeable about R. I have a user who is creating an R package for windows from a Linux environment using the crossbuild environment by Jun Yan and A.J. Rossini. The packages she generated worked fine until she tried to install in R 1.9.1 for Windows. Now when she installs with install.packages( "Zelig", CRAN="http://gking.harvard.edu" ) it results in two errors. First, it claims there are...
2004 Oct 19
1
Cross compiling in R-2.0.0
...package base ------------ adding build stamp to DESCRIPTION /bin/sh: line 1: --vanilla: command not found make[5]: *** [frontmatter] Erro 127 make[4]: *** [all] Erro 2 make[3]: *** [pkg-base] Erro 2 make[2]: *** [rpackage] Erro 2 make[1]: *** [all] Erro 2 make[1]: SaĆ­ndo do directorio `/home/iago/crossbuild/WinR/R-2.0.0/src/gnuwin32' The error appears in the call to $(REXE), that was defined in R-2.0.0/src/gnuwin32/MakePkg (Line 18) as: REXE = $(R_EXE) --vanilla --slave I tried substituting REXE with R --vanilla --slave and that did the trick, only to later fail with a complain about $(R_HOM...
2012 Jun 27
0
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
On 06/27/12 07:24, Journeyer J. Joh wrote: > Hello, > > With your kind concern and help, I now can make a binary for ARM target. > > ./clang -v --save-temps -ccc-host-triple arm-none-linux-gnueabi > --sysroot=/home/hum/Documents/Projects/arm_toolchain/arm-2010.09/arm-none-linux-gnueabi/libc > -gcc-toolchain /home/hum/Documents/Projects/arm_toolchain/arm-2010.09 > hello.c -o
2012 Jun 28
3
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
Hello list I think I really finally found a way to crossbuild a binary for ARM using Clang/llvm. This message would be a documentation for someone who may concern for the same issue with me. - Target : TOSHIBA AC100 / Ubuntu 12.04 (https://wiki.ubuntu.com/ARM/** TEGRA/AC100 <https://wiki.ubuntu.com/ARM/TEGRA/AC100>) - Host : i386 Desktop PC / Ubuntu 1...
2012 Jun 27
3
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
Hello, With your kind concern and help, I now can make a binary for ARM target. ./clang -v --save-temps -ccc-host-triple arm-none-linux-gnueabi --sysroot=/home/hum/Documents/Projects/arm_toolchain/arm-2010.09/arm-none-linux-gnueabi/libc -gcc-toolchain /home/hum/Documents/Projects/arm_toolchain/arm-2010.09 hello.c -o hello The build command is shown above. After that, I prepared an ARM laptop,
2020 Nov 09
1
What about samba 4.14.x packages for ubuntu?
Hi Louis! Are there problems with the packages for Ubuntu? There is a "COMING SOON" for longer than one week on your website ;-) Can I help in any way? Regards, Oliver
2008 May 26
0
attemptin to port some parts of openssh to cris arch (linux)
Please Cc:, as I'm not subscribed to the list. I'm trying to port openssh to embedded cris arch. Mainly interested in sftp-server, but I managed to crossbuild most apps: 273564 2008-05-27 00:15 openssh/ssh 58388 2008-05-27 00:15 openssh/sftp 312616 2008-05-27 00:15 openssh/sshd 31536 2008-05-27 00:15 openssh/sftp-server 53856 2008-05-27 00:15 openssh/ssh-agent 83560 2008-05-27 00:15 openssh/ssh-add 178388 2008-05-27 00:15 openssh/ssh-keyscan 186256...
2020 May 25
2
buster samba 4.12.3 amd64/i386/armhf
Hai, ? Sorry for the Delay, bit overloaded with work, but the end is near. pff, finaly.. soon i take a long vacation.. ? Well, you know the drill.. Ubuntu 20.04 focal, is next. ? For the Raspbian guys, please try how the buster-samba412 works for you and let me know the results. Rapsbian will be last to build so if you in a need for the newer versions, use/try ?buster-samba412? !! and dont
2019 Apr 28
2
CFT: FreeBSD Package Base
FreeBSD Community, I'm pleased to announce a CFT for builds of FreeBSD 12-stable and 13-current using "TrueOS-inspired" packaged base. These are stock FreeBSD images which will allow users to perform all updating via the 'pkg' command directly. Rather than trying to answer all questions in this announcement, we've created a FAQ page with more details. Please refer to
2012 Aug 29
0
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
Hi Journeyer First, thank you so much for your updates on your experiments. I am currently following your steps but have found myself stuck with the following error: /usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../arm-linux-gnueabi/bin/ld: this linker was not configured to use sysroots clang: error: linker command failed with exit code 1 (use -v to see invocation) I used the command string you
2014 Dec 17
0
Virt SIG Meeting minutes for 16 Dec 2014
...now in the mail that you won't be able to get back to them until Jan [14:22] <gwd> let people know> check. *** kkeithley1 (~kaleb at c-73-16-206-47.hsd1.ma.comcast.net) has joined channel #centos-devel *** telex (teletype at freeshell.de) has joined channel #centos-devel *** crossbuilder (~crossbuil at p4FC14B09.dip0.t-ipconnect.de) has joined channel #centos-devel <mikem> kbsingh, if you know the dep order, you can use koji chain-build <gwd> OK, so shall we move on to oVirt? [14:23] <lars_kurth> +1 [14:24] <gwd> I wasn't what the procedure shoul...