cost 336 ms
為什么我在docker下載不到buildrot package

[英]Why I can't download buildrot package in docker

我正在嘗試使用 docker 中的 buildroot 和 GitLab CI 構建我自己的 linux 圖像。 在我開始下載“linux”存儲庫之前,一切都很好。 然后我收到如下錯誤。 沒有 docker 正在構建的圖像下載此存儲庫沒有問題。 前段時間我在docker構建這個鏡像,下載這個倉庫沒 ...

Buildroot:`FindPackageHandleStandardArgs.cmake:230 處的 CMake 錯誤(消息):找不到 Boost(缺少:線程)(找到版本“1.80.0”)`

[英]Buildroot: `CMake Error at FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Boost (missing: thread) (found version "1.80.0")`

Buildroot: CMake Error at /home/gabriel/repos/my_repo/output/board/host/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message): ...

Buildroot: CMake: arch64-none-linux-gnu/include/c++/9.2.1/cstdlib:75:15: fatal error: stdlib.h: No such file or directory while building grpc package

[英]Buildroot: CMake: arch64-none-linux-gnu/include/c++/9.2.1/cstdlib:75:15: fatal error: stdlib.h: No such file or directory while building grpc package

我正在將 Buildroot 構建系統從 Ubuntu 18.04 上的 gcc-8 升級到 Ubuntu 22.04 上的 gcc-11,我真的很掙扎。 在構建 grpc 1.32.0 時,我看到了很多這樣的東西: stdlib.h就在host/opt/ext-toolchain/aarch6 ...

如何自定義 Buildroot 外部模塊

[英]How to customise Buildroot external modules

我正在嘗試在 buildroot 目錄之外制作兩個/多個自定義模塊,並在需要時構建它們。 樹如下, 將此配置添加到.config 然后我可以看到在 make menuconfig 中啟用了外部選項。 問題是如果我執行, 這不會 rsync 我的本地配置並且沒有說, 生成的內容如下 對於 make k ...

不在 busybox 中的 Buildroot 包無法運行

[英]Buildroot packages not in busybox can't be run

如果我編譯自定義可執行文件(二進制文件),或使用來自 buildroot 的可執行文件,busybox shell 一直說applet not found例如,我可以從包含的包列表中找到 select coremark ,但是如果我嘗試運行 coremark,我會得到: busybox 或 bui ...

Buildroot - 基於react添加Web應用package

[英]Buildroot - Add Web application package based on react

我想根據對我的 buildroot 固件的反應集成一個 web 應用程序。 我知道我應該使用 Config.in 和 file.mk 以及守護程序 Sfile 創建一個新的 package。 我的問題是在 Config.in 和 file.mk 中配置什么,以便在 buildroot 下正確編譯 ...

是否有 Buildroot 設置使 kernel 源可用於編譯?

[英]Is there a Buildroot setting for making kernel source available to compile against?

我得到了一個 .zip 文件,其中包含專有 kernel 模塊的源代碼。 解壓縮后,需要運行一個安裝腳本。 安裝腳本解壓實際源代碼並構建 kernel 模塊。 它需要 kernel 個標頭進行編譯。 這是我的 Buildroot.mk 文件: 這會導致以下日志 output 和錯誤: (注意:我 ...

使用 nginx stream 模塊與 buildroot

[英]using nginx stream module with buildroot

我有一個我繼承的系統,正在嘗試尋找替換視頻編碼器板。 我們嘗試使用的板不允許更改 rtsp 端口。 我正在嘗試使用 nginx 端口轉發在系統期望看到的原始端口 rest 上廣播來自新視頻編碼器的幀。 我正在嘗試做這樣的事情 該系統使用 buildroot 創建圖像,我的圖像中加載了 nginx ...

U-Boot/第一階段引導加載程序未設置 fdt_addr

[英]fdt_addr not setup by U-Boot/first stage bootloader

我正在使用 raspberry pi 3B plus 和 cm3 為我們的系統設置 U-Boot。 (雖然 atm 我只使用 cm3。我相信這同樣適用於 3B plus)我擺脫了默認的 bootcmd run distro_bootcmd並加載第一階段啟動腳本first_boot.scr然后加載 ...

使用 ir-keytable 或 lirc 構建根 ir 遠程

[英]Buildroot ir remote using ir-keytable or lirc

我使用 buildroot 為樹莓派零 2 w 創建了一個圖像, 還在 config.txt 中添加了覆蓋 gpio-ir 但無法接收 ir 信號。 dmesg 中沒有為 gpio 打印日志。 /proc/bus/input/devices 中沒有顯示設備任何人都可以幫忙嗎? ...

Buildroot 構建錯誤:`錯誤:找不到依賴項“nlohmann_json”,嘗試了 pkgconfig 和 cmake`

[英]Buildroot build error: `ERROR: Dependency "nlohmann_json" not found, tried pkgconfig and cmake`

我正在嘗試將僅標頭庫https://github.com/nlohmann/json “現代 C++ 的 JSON”添加到我的 Buildroot package 以便在目標嵌入式 ZEDC9F0A5A5D57797BF68E3 上構建以及我的機器上的目標嵌入式 ZEDC9F0A5A5D57797 ...

構建 buildroot 時未找到 gcc

[英]gcc not found when building buildroot

我正在嘗試在 MacOS 上為 Raspberry pi 構建操作系統映像。 make失敗,因為 gcc 丟失所以我用自制軟件安裝了它。 由於同樣的錯誤,我仍然無法構建圖像: 嘗試了make clean ,但我仍然遇到同樣的錯誤...... ...

2022-07-23 17:10:36   1   21    buildroot  
如何在 buildroot 上添加 wirinigPi 庫?

[英]how to add wirinigPi library on buildroot?

如何在 Buildroot 鏡像中添加wiringpi? 我按照此處描述的相同步驟操作:如何將樹外包添加到 buildroot? git 存檔的下載功能正確,但庫的編譯不起作用。 我嘗試使用解壓縮存檔的絕對路徑(在輸出/構建中)更改 .mk 文件中的“sh build”命令。 每次使用 cd ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM