631 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
60
views
Yocto Qt Toolchain Generation for STM32MP1
Hardware context :
stm32mp157f-dk2 eval board
Software context :
Ubuntu 22.04.5 LTS
Yocto Release 5.0 LTS Scarthgap
Layers :
- poky
- meta-openembedded
- meta-qt6
- meta-st-stm32mp
...
0
votes
0
answers
189
views
NDK toolchain aarch64-linux-android folder not found
I want to compile Android 4.19 kernel in Ubuntu, but after I download NDK toolchain zip for Linux and extract, I didn't find the aarch64-linux-android folder. What should I do?
Here is the toolchian ...
0
votes
0
answers
187
views
SDL3 Android Manual Build - App won't start
I'm automating the Android build process for an SDL3-based project without using Gradle. While SDL provides an Android project template, it doesn't fully cover my case, so I'm customizing it to ...
0
votes
0
answers
38
views
flutter - android sdk manager.bat file issue
Flutter use with vs code and android studio.
When run flutter doctor command:
'DIR /B /O:D "C:\Users\User\Documents\Flutter\flutter\packages\flutter_tools\pubspec.yaml" "C:\Users\User\...
0
votes
0
answers
22
views
How to use cmake-js with Conan 2?
After switching to Conan 2, I faced the following problem: Conan 2 does not export the conaninfo.cmake file, and in order to use CMake, I need to use presets or a toolchain file that works as expected ...
0
votes
0
answers
38
views
CodeGen for ARM cortex-A: How to update GCC v12 toolchain
I am using Matlab codeGen to create a C++ lib for my ARM cortex-A env.
and using an Add-On named "Embedded Coder Support Package for ARM Cortex-A Processors", which included the full package,...
0
votes
1
answer
66
views
cross-compiling proto files in Bazel
I'm using a ubuntu 22.04 and trying to compile .proto file to arm64. When I provide the platform with proper toolchains for the arm and try to build on my x86_64 pc, I get the following error.
I did ...
0
votes
0
answers
120
views
How does VxWorks handle .cdf files in the build process, and do they affect NUM_DAT_CLBLKS?
I am working with VxWorks and encountering a network buffer full issue when appending RTP headers in my subroutine rtp_push_hdr. This function allocates space at the beginning of the packet buffer, ...
0
votes
0
answers
53
views
how to enable c++header-parsing action for bazel toolchain
I'm writing my own bazel toolchain.
As part of the toolchain, I decided to add the cmd action
"-process_headers_in_dependencies".
I understood that the action for this feature is "c++-...
1
vote
0
answers
94
views
Add prefix to crosstool-ng sysroot binaries in `sysroot/usr/`
I am building a cross-native toolchain with crosstool-ng: build=x86_64, host=target=arm.
I need this new toolchain to include a different glibc than the one already installed to the system at /.
On ...
0
votes
0
answers
91
views
Missing GCC Plugins in meta-toolchain
I am encountering an error while compiling an out-of-tree kernel module/driver.
I am trying to build the driver for my kernel version 6.1.46 using a Yocto-generated toolchain. During compilation of ...
0
votes
1
answer
179
views
Yocto: How to add custom header files to sdk sysroot
I created a custom header file named soc-v4l2-controls.h inside the kernel source, and it is located in the include/uapi/linux folder.
What I want to achieve is to include this header file in the SDK ...
0
votes
0
answers
300
views
[west]: ERROR: update failed for projects: nrfxlib, matter
I am trying to install the Nordic Connect SDK (NCS) using West on Windows via VSCode. First, I install the toolchain, and then this issue arises when I try to download the SDK.
[west]: ERROR: update ...
1
vote
1
answer
202
views
How can I compile with only llvm?
I'm trying to compile things using llvm only, but came into many problems.
In order not to miss a single feature of LLVM, I tried to compile the whold llvm-project according to the commands in this ...
2
votes
0
answers
295
views
Understanding the gcc related recipes in Yocto project
I am trying to understand how exactly the concept of toolchain for embedded Linux systems is used/being practiced in the Yocto project but find myself confused.
To start with, what I DO understand ...