본문 바로가기

분류 전체보기47

리눅스 커널/드라이버 개발을 위한 맥 셋팅 https://ariesgun.xyz/setting-up-mac-m1-for-linux-kernel-device-driver-development Setting up Mac M1 for Linux Kernel/ Device Driver Development Building a linux kernel on a Linux OS is easy and straightforward. You can easily follow the installation instructions provided in the documentation. If you are a Windows user, you can use Windows Subsytem for Linux (WSL) to setup the development env... .. 2023. 3. 11.
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.