본문 바로가기
728x90
반응형

분류 전체보기180

Linux - NodeJS for ARMv6(armel) Cross Compile settings Document of how i compiled NodeJS for RPI kali linux (Not built yet, still experimenting.) Using Guest Os : debian - amd64 minimal Target OS : kali linux - armv6(armel) Using comailer = arm-linux-gnueabi -These commands will install buster compilers. su root apt-get update -y && apt-get upgrade -y apt-get install gcc-arm-linux-gnueabi g++-arm-linux-gnueabi build-essential after this, gcc for arm.. 2021. 7. 14.
Linux - Raspberry PI라면 Raspbian을 쓰자. 오늘 왭서핑을 하면서 나한테 필요한 정보를 하나 얻었다. 왜 NodeJS 11.15.0이 분명 "armv6hl"로 적혀있고, 내 라즈베리 파이 제로가 ARMv6인데도 동작하지 않았는가? 에 대한 정보이다. 결론부터 이야기하자면 : https://www.raspberrypi.org/software/operating-systems/ Teach, Learn, and Make with Raspberry Pi The Raspberry Pi is a tiny and affordable computer that you can use to learn programming through fun, practical projects. Join the global Raspberry Pi community. www.raspbe.. 2021. 7. 10.
[Project - Bootstrap] Ruby On Rails / Bootstrap 설치 보통 Debian계열 시스템에 RoR을 설치하는 것은 rbenv라는 버전 관리 스크립트를 이용하는 것을 권장한다. 그래서 나도 그것에 따라서 설치해보기로 했다. 내가 참고한 사이트이다 : https://www.itzgeek.com/post/how-to-install-ruby-on-rails-on-debian-10-debian-9/ How To Install Ruby on Rails on Debian 10 / Debian 9 | ITzGeek Ruby on Rails is a free server-side web application framework written in Ruby. It is mainly used for creating www.itzgeek.com 1. rbenv 디펜던시 설치하기 sudo.. 2021. 7. 9.
[Project - Bootstrap] Raspberry PI Zero에 NodeJS설치 원래는 git.io랑 연동할라고 그랬더니만 포기할란다. 그냥 Toy프로젝트 화하려고 한다. 나는 Raspberry Pi Zero에 어떻게든 NodeJS를 깔아서 동작시키겠다는 야심찬 계획을 가지고 있었다. 문제는, RPIZ가 ARMV6 아키텍쳐를 가지고 있다는 것이다. 솔직히 거기서 부터 내 계획이 망가지기 시작했다. 통상적인 방법으로 여기에 NodeJS를 설치할 방법이 없었다. 심지어는 소스를 가져와서 컴파일 해보는 것도 시도했지만, 먹혀들지 않았다. 다른 사람들은 미리 컴파일 된 11.15.0버전을 이용하라고 했는데, 멀쩡히 /usr/local/bin에 모셔두어도 node라는 파일이 존재하지 않는다고 bash가 성질내는 것을 어쩌겠는가... 분명 그곳에 파일이 있는데도 없다고 커널은 나몰라라 했고, .. 2021. 7. 8.
728x90
반응형