Les Partages de Memiks
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
18 results tagged compile  ✕
Get Started - ESP32-C3 - — ESP-IDF Programming Guide latest documentation https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/get-started/index.html
Mon Feb 15 20:34:19 2021 archive.org
QRCode
Comments
C3 compile esp32
Building MicroPython for ESP8266 http://akshaim.github.io/IoT/MicroPython_ESP8266/MP_ESP_101.html
Fri Nov 15 13:48:57 2019 archive.org
QRCode
Comments
compile esp8266 micro python
GitHub - clux/muslrust: Docker environment for building musl based static rust binaries https://github.com/clux/muslrust/
Thu Feb 14 11:06:35 2019 archive.org
QRCode
Comments

A plain docker environment for building static binaries compiled with rust and linked against musl instead of glibc. Built nightly on travis.

This is only useful if you require external C dependencies, because otherwise you could do rustup target add x86_64-unknown-linux-musl.

This container comes with a bunch of statically compiled C libraries using musl-gcc so that we can statically link against these as well.

If you already have rustup installed on the machine that should compile, you might consider cross as a more general solution for cross compiling rust binaries.
Usage

Pull and run from a rust project root:

docker pull clux/muslrust
docker run -v $PWD:/volume --rm -t clux/muslrust cargo build

You should have a static executable in the target folder:

ldd target/x86_64-unknown-linux-musl/debug/EXECUTABLE
not a dynamic executable

From there on, you can include it in a blank docker image (because everything you need is included in the binary) and perhaps end up with a 5MB docker blog image.

compile docker musl rust static
rust-cross/README.md at master · japaric/rust-cross · GitHub https://github.com/japaric/rust-cross/blob/master/README.md
Wed Aug 1 18:56:42 2018 archive.org
QRCode
Comments

rust-cross - Everything you need to know about cross compiling Rust programs!

https://github.com/japaric/docker/blob/master/rust-uclibc/mipsel-unknown-linux-uclibc.config

https://github.com/rust-lang/rust/issues/38172

compile cross mipsel rust
How can I compile my Perl script so it can be executed on systems without perl installed? - Stack Overflow https://stackoverflow.com/questions/1237286/how-can-i-compile-my-perl-script-so-it-can-be-executed-on-systems-without-perl-i/1237313
Thu Jul 26 21:08:24 2018 archive.org
QRCode
Comments
  • Install PAR::Packer. Example for *nix:

sudo cpan -i PAR::Packer

  • For Strawberry Perl for Windows or for ActivePerl and MSVC installed:

cpan -i PAR::Packer

  • Pack it with pp. It will create an executable named "example" or "example.exe" on Windows.

pp -o example example.pl

This would work only on the OS where it was built.

compile cpan perl
crosstool-NG http://crosstool-ng.github.io/
Fri Jul 13 18:25:50 2018 archive.org
QRCode
Comments

Crosstool-NG is a versatile (cross) toolchain generator. It supports many architectures and components and has a simple yet powerful menuconfig-style interface. Please read the introduction and refer to the documentation for more information.

compile cross
GitHub - dockcross/dockcross: Cross compiling toolchains in Docker images https://github.com/dockcross/dockcross
Fri Jul 13 18:23:16 2018 archive.org
QRCode
Comments

Cross compiling toolchains in Docker images

compile cross docker
Cross Compiled Go with Alpine Linux make a tiny Docker image · dimroc http://blog.dimroc.com/2015/08/20/cross-compiled-go-with-docker/
Fri Jul 13 18:21:13 2018 archive.org
QRCode
Comments
compile cross
HowTo: Install chroot and cross compile kernel/packages for armel https://forum.doozan.com/read.php?2,26733,27019
Fri Jul 13 18:15:05 2018 archive.org
QRCode
Comments
compile cross
how to use pkgsrc on linux https://wiki.netbsd.org/pkgsrc/how_to_use_pkgsrc_on_linux/
Mon Jan 16 18:48:04 2017 archive.org
QRCode
Comments

Comment compiler pkgsrc pour linux ?

compile install linux pkgsrc
AndroidBuildInstructions - chromium - Build instructions for Chromium for Android - An open-source project to help move the web forward. - Google Project Hosting https://code.google.com/p/chromium/wiki/AndroidBuildInstructions#Build_and_install_the_APKs
Wed May 27 20:00:11 2015 archive.org
QRCode
Comments

Compiler le navigateur Chromium pour Android

android chromium compile
Part II. The pkgsrc developer's guide https://www.netbsd.org/docs/pkgsrc/developers-guide.html
Tue Apr 21 16:49:15 2015 archive.org
QRCode
Comments

et enfin le développeur guide pour pkgsrc ;)

compile developer fun_plug guide pkg pkgsrc
how to use pkgsrc on solaris http://wiki.netbsd.org/pkgsrc/how_to_use_pkgsrc_on_solaris/
Tue Apr 21 16:48:42 2015 archive.org
QRCode
Comments

comment compiler pkgsrc from scratch ?

compile fun_plug pkg pkgsrc scratch
ARM Options - Using the GNU Compiler Collection (GCC) https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
Thu Dec 4 21:16:38 2014 archive.org
QRCode
Comments

Les options du compilateur GCC pour la plateforme de processeur ARM.

Très utile quand on veut compiler pour plusieurs processeurs à la fois ;)

arm compile ffp fun_plug gcc
20+ common PHP compilation errors and fix - Unix | CryBit http://crybit.com/20-common-php-compilation-errors-and-fix-unix/
Tue Oct 21 20:27:51 2014 archive.org
QRCode
Comments

Erreurs connues lors de la compilation de PHP
et comment les résoudre

je suis en train de compiler php 5.6.2....

voir aussi :
http://zgadzaj.com/how-to-install-php-53-and-52-together-on-ubuntu-1204

compile error php source
Qemu On Windows http://lassauge.free.fr/qemu/
Wed Sep 5 16:09:11 2012 archive.org
QRCode
Comments

Qemu compilé pour windows

compile qemu windows
compiler les fichiers python d'une application rapidement ? http://shaarli.memiks.fr/?0aqNeA
Fri Jun 29 18:38:31 2012 archive.org
QRCode
Comments

python -c "import compileall ; compileall.compile_dir( '.' )"

simple clair, facile :x
j'aime ;)

compile python script
Build node.js on OpenEmbedded (natively, not cross-compiled, no bitbake) http://fastr.github.com/articles/Node.js-on-OpenEmbedded.html
Mon Feb 13 17:34:39 2012 archive.org
QRCode
Comments

Compiler NodeJS sur ARM...
http://forum.qnap.com/viewtopic.php?f=50&t=45603&sid=e6cfa1352daa0c00a2b3b345989dd4a0&start=15
http://old.nabble.com/Illegal-instruction-on-ARM-td33119914.html
http://stackoverflow.com/questions/6788768/cannot-build-node-on-sheevaplug-armv5t-with-debian-squeeze
http://www.wigwag.com/devblog/cross-compile-v8-target-arm/
http://code.google.com/p/go/issues/detail?id=2533
https://github.com/joyent/node/issues/2131#issuecomment-3208846
http://stackoverflow.com/questions/6788768/cannot-build-node-on-sheevaplug-armv5t-with-debian-squeeze
http://www.it-wars.com/article305/compiler-node-js-pour-arm-v5
http://www.it-wars.com/article181/
http://comments.gmane.org/gmane.comp.lang.javascript.v8.general/2870
http://comments.gmane.org/gmane.comp.lang.javascript.nodejs/15708
http://repo.or.cz/w/a2jmidid.git/commitdiff/1e746c65bb5fbd39dfa1de297abd1052ad00bd81
http://us.generation-nt.com/answer/bug-598704-lash-ftbfs-alpha-error-mcontext-t-has-no-member-named-gregs-help-200513411.html
http://codereview.chromium.org/3161009/diff/1/2

arm compile ffp nodejs
3007 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn