site  contact  subhomenews

nodejs compiled in OpenEmbedded

September 23, 2021 — BarryK

I posted a couple of days ago about another attempt to compile Chromium. Learnt a lot from that. One thing, is that need the 'nodejs' package in the host OS. So, have compiled these in OpenEmbedded, for x86_64 and aarch64:

c-ares   1.16.0+gitrAUTOINC+077a587dcc
brotli 1.0.7
nodejs 12.21.0
libev 4.33
nghttp2 1.40.0
cunit 2.1-3
libuv 1.36.0

...the other packages are dependencies of 'nodejs'.

Information about 'nodejs':

https://nodejs.org/en/about/

For the record, these were also recently compiled in OE:

keyutils 1.6.1
llvm 9.0.1
yad0 0.42.39

...the 'llvm' package includes the clang compiler.

Note that Chromium is usually compiled with clang, however, I am attempting with gcc.   

Tags: easy