python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Bitbake rpi-basic-image Error ninja-build
I'm learning Yocto project. Started creating an image for Raspberry Pi 4.
I ran bitbake rpi-basic-image and got an error:
fatal: repository '/PATH/yocto/rpi64-build/downloads/git2/github.com.ninja-bui...
master_flomaster
Votes: 0
Answers: 2
Can we modify a file during compilation?
Similar to this question for java: What happens if you edit a file during compilation?, I want to ask what would be the impact of modifying a file during C++ program compilation.
The program is using ...
DonBaka
Votes: 0
Answers: 0
Undefined symbols "_sws_getContext" for architecture aarm64
I'm playing around with scrcpy source code (https://github.com/Genymobile/scrcpy).
I run my build of scrcpy with my Android phone and see that the AVFrame in this code (from /app/src/screen.c):
static...
massivemoisture
Votes: 0
Answers: 0
Ninja and PDB file size
I am building software for Windows using MSVC compiler. CMake is used as a project generator that supports two types of build Visual Studio and Ninja. It is a quite large and proprietary project thus ...
kitten_woof
Votes: 0
Answers: 0