분류 전체보기49 CLFS export CLFS_TARGET=arm-linux-gnueabi export CLFS_HOST=aarch64-cross-linux-gnu # binutils ../configure \ --prefix=/cross-tools \ --target=arm-linux-gnueabi \ --with-sysroot=${CLFS} \ --with-arch=armv7l \ --with-float=soft \ --disable-nls \ --enable-gprofng=no \ --disable-werror make -j4 make install # Install the Linux kernel headers make ARCH=arm INSTALL_HDR_PATH=/cross-tools/arm-linux-gnueabi h.. 2023. 3. 11. nvim 설정 https://github.com/ChristianChiarulli/nvim.git GitHub - ChristianChiarulli/nvim: My neovim config My neovim config. Contribute to ChristianChiarulli/nvim development by creating an account on GitHub. github.com 2023. 3. 11. 리눅스 커널/드라이버 개발을 위한 맥 셋팅 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. 이전 1 2 3 4 5 6 7 8 ··· 13 다음