본문 바로가기

전체 글46

Mac OS 환경에서 crosstool-ng 문제 기록 https://www.sakishum.com/2022/01/22/Mac-OSX%E4%B8%8B%E6%89%A7%E8%A1%8Ccrosstool-ng%E9%97%AE%E9%A2%98%E8%AE%B0%E5%BD%95/#/%E8%A7%A3%E5%86%B3%E5%8A%9E%E6%B3%95-1 Mac OSX下执行crosstool-ng问题记录 环境系统:MacOS Big Sur 11.6.1 ct-ng:GNU Make 4.3 / Built for x86_64-apple-darwin20.1.0 前言在Mac下面使用HomeBrew安装了crosstool-ng来编译aarch64上的代码,结果在执行的时候报告如下错误: 12345ct-ng source[INFO ] Perfor sakishum.com 환경 계통: macos ventur.. 2023. 3. 9.
크로스 툴체인 준비하기 http://www.katsuster.net/index.php?arg_act=cmd_show_diary&arg_date=20180716 コグノスケ Android と MPEG2-TS その 4 その 1、 その 2、 その 3、 その 4 もはや自分以外の誰得の内容なのか、わかりませんが、気にせず書きます。 その 3 にて「DescramblerImpl を生成するのは MediaCasService::creat www.katsuster.net A. Ubuntu (virtual on MacOS) 1. crosstool-ng 소스 받아서 빌드하기 sudo apt install locales-all libtool-bin libtool-doc git clone https://github.com/crosstool-ng/crosstool.. 2023. 3. 9.
Rust 개발환경(Neovim, nvim-lsp,MacOS) 환경 neovim v0.8.0 macos ventura 13.0.1 (22A400) neovim 패키지 관리 툴 : packer plug-in ***인용 https://rsdlt.github.io/posts/rust-nvim-ide-guide-walkthrough-development-debug/ Rust and Neovim - A Thorough Guide and Walkthrough Edit: Some readers mentioned an issue with the example Lua code used to configure the simrat39/rust-tools.nvim plugin; that configuration code has been updated with the example con.. 2022. 11. 20.
레이어와 레시피가 있기 때문에 툴을 쉽게 설치할 수 있다. 이전 장에서 local.conf 에 패키지를 추가하는 방법에 대해서 알아봤다. 단순히 패키지 정보를 입력한다고 설치할 수 있는 것은 아니다. 추가한 패키지(예:bc)가 meta 레이어의 어느 곳에서 레시피로 저장되어 있기 때문에 쓸 수 있는 것이다. poky/meta/recipes-extended 에 bc 폴더가 있고 그 안에 bb 파일이 저장되어 있다. 해당 bb에는 소스를 다운로드 링크와 빌드 옵션도 기술되어 있다. 이처럼 레시피로 가지고 있으므로 사용자는 해당 레시피의 이름을 추가하기만 하면 자동으로 소스코드 설치가 이루어질 수 있다. 2022. 9. 24.