JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q50130F
  • License MIT

Cross-toolchain to build NodeOS based on Compressed Linux From Scratch Embedded

Package Exports

  • nodeos-cross-toolchain

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nodeos-cross-toolchain) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status

NodeOS cross toolchain

This package generate a cross-compiler based on gcc and musl ready to use on the NodeOS build system, but could be used by other systems. You can be able to configure the target of the cross-compiler by setting some optional build flags or environment variables:

  • -b/BITS: select between 32 or 64 - only affects x86 builds
  • -c/CPU: by default it will generate for the current CPU
  • -M/MACHINE: target machine according QEmu definitions

This bin folder contain placeholders for npm during the install step. They are being replaced later during the install process to their correct symlinks.