Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [toolchain]

A toolchain is a collection of software tools that work together to build and manage programs.

toolchain
1 vote
1 answer
61 views

How do I make CMake find default system libraries to link against without manual script manipulation?

I am trying to build a CMake project on my new pc, I have installed the appropriate Windows 10 Dev kit. But when trying generate the build files using cmake, I am getting linking errors by the cmake's ...
LakshyaK2011's user avatar
0 votes
0 answers
19 views

Why is CMake not using the specified toolchain? [duplicate]

I'm trying to compile a binary for a atmega328p-based board using the AVR 8-bit toolchain via CMake. I'm on windows. My cmake command is: mkdir build cd build cmake --toolchain C:\Users\Me\src\alarm-...
MHebes's user avatar
  • 2,925
0 votes
0 answers
26 views

compiling SWUpdate into a toolchain

My apologies for my poor explanation, I am autistic and poor with English. And Grammarly doesn't like code being anywhere near. So I solved my previous issue. I had an environment variable set wrong ...
Joshua Strutton's user avatar
0 votes
0 answers
50 views

How to get a binary to run under a specific toolchain when called from a build.rs?

Context I am trying to build a binary wrapper around rustgpu which is to be called from a build.rs script of a different rust binary. The caller crate, call it Parent uses toolchain a, the rustgpu ...
Makogan's user avatar
  • 9,190
0 votes
1 answer
54 views

Cross-compiling ROS2 : CMAKE is unable to find some of the mounted libraries

I'm trying to cross-compile ROS2 with CMAKE for Debian. As the official emulated cross-compiling tool got deprecated on the basis of "pay for support", I've tried the method linked in the ...
n3trunner's user avatar
0 votes
0 answers
11 views

Common term for lib.exe and ar commands

I wanted to ask this question on meta but it appears it's more appropriate to ask here: Microsoft's lib.exe is used to create static libraries. Under Linux the ar program is used for same. What's the ...
metablaster's user avatar
  • 2,103
0 votes
0 answers
76 views

Arm scatter file custom section

I want to add a custom section just after the RESET at a fixed address offset for the ARM toolchain. But scatter file loading assigns the custom section (.app_version) to some random location. file: ...
Manish Kumar's user avatar
0 votes
0 answers
115 views

Android kernel overclock

How to increase Android kernel processor speed, I will compile it with source codes the processor has persistent kernel source codes from 1.60 to 1.70 What are your suggestions, which path should I ...
Mdh1's user avatar
  • 1
0 votes
1 answer
87 views

How do I specify compiler toolchain for specific modules in yocto

We have a huge project. The project is based out of GCC 6.4.0 There is a feasibility being conducted , if it can be upgraded to GNU v11.2 I need to check only if my module . How do I compile only my ...
Mark Watts's user avatar
0 votes
0 answers
78 views

ld.exe cannot find "-ldl, -lm, -landroid, etc" on Delphi

I've just installed Delphi 12 to work with Android applications. My SDK installed components are:  But, when I try compiling for any Android architecture, even with an empty multi-platform project, I ...
Stack_Potter's user avatar
0 votes
0 answers
96 views

Linaro toolchain build for armv5 builds for Armv7

I'm trying to use the linaro toolchain on Windows to cross compile for an ArmV5 target. My command looks like this: arm-none-linux-gnueabi-gcc.exe test.c -march=armv5te -v -mtune=arm926ej-s With this,...
jay's user avatar
  • 13
1 vote
0 answers
139 views

Unable to find registered toolchains of certain type in new bazel module

I'm writing Bazel rules for Apple's new config language pkl. My repo for the new rules is here. I am attempting to register toolchains and use those for the 'pkl_eval' rule that would essentially call ...
Connor Latham's user avatar
2 votes
1 answer
161 views

How do I get IntelliSense in VS Code for toolchain headers stored in a docker container?

I maintain a legacy embedded Linux application written in C++. The platform SDK is in the form of a Ubuntu 18 virtual machine housing the cross compile (ARM) toolchain. Code is checked out into VM to ...
porblem's user avatar
  • 31
0 votes
0 answers
36 views

Xcode 15 error : No .app bundles found in the package

I created a Kivy test app to access IPhone files. I have an error on trying to upload the app to AppStore. The upload summary: The error: The .app file is not generated by the build process. Why? My ...
Flowev's user avatar
  • 3
0 votes
1 answer
67 views

verify if binary is compiled using gnx gcc or qnx qcc

I have written a toolchain for qnx gcc and qnx qcc. I have compiled a sample program using toolchain String dump of section '.comment': [ 0] GCC: (GNU) 8.3.0 20190222 (lookup) [qnx710 1535#57] ...
Maneesh Singh's user avatar

15 30 50 per page
1
2 3 4 5
43