Skip to main content

Questions tagged [toolchain]

0 votes
1 answer
124 views

How to validate self-build GNU toolchain and newlib?

I am working on an embedded system, where there is ARM SOC and RTOS. I have built GNU toolchain with newlib for this embedded system, and did very basic testing. Now before I can be sure to use the ...
wangt13's user avatar
  • 651
0 votes
1 answer
213 views

Failed to build GNU toolchain and newlib 4.4 for ARM from scratch in X86 Linux

I am working on an embedded RTOS on ARM, now I am going to build the GNU toolchain for the ARM in my X86 Linux host (ubuntu-20.04), so I did followings by referring to https://gnutoolchains.com/...
wangt13's user avatar
  • 651
0 votes
1 answer
119 views

Upgrading gcc (+jit) outside of any package manager help : What else to rebuild?

Currently using now-unsupported ggc 9 on a Linux-5.4, I need to upgrade to at least gcc 10. A/ For whatever let's say historical reason, this upgrade must be carried on without relying on whatever ...
MC68020's user avatar
  • 8,635
1 vote
1 answer
155 views

Why this script stuck at "can't execute" branch?

I'm using this tool-chian provided by a manufacture of control boards. I followed the instruction step by step but when I tried to compile example code, the compilation process got stuck at "$...
cream_pi's user avatar
  • 123
0 votes
1 answer
215 views

What does "Compatibility libraries (toolchain)" mean in CentOS Wiki

I'm reading this page, there's a line about Compatibility libraries (toolchain): Does it mean programs compiled on CentOS 6 will be able to run on CentOS 5? In my experience it usually won't work due ...
daisy's user avatar
  • 55.9k
1 vote
1 answer
5k views

Building a gcc cross compiler on linux, how do I know which "--target"s are supported and the exact keyword for specifying them?

I'm trying to build gcc compiler to producing executables that are supposed to run on x86-64 machines. I'm actually using existing 64bit gcc compiler on my computer. It is redundant but I'm doing it ...
User's user avatar
  • 254
0 votes
1 answer
230 views

How can I know whether a bunch of header file are part of a "standard" C++ toolchain on Debian

I have a build that fails, it complains about the lack of the following header files: /usr/include/Availability.h /usr/include/AvailabilityInternal.h /usr/include/_types.h I know for sure that my ...
Alessandro Jacopson's user avatar
0 votes
1 answer
1k views

How to compile busybox for cortex-m7 (-march=armv7-m)?

I'm trying to run busybox on my waveshare stm32 development board but my SOC has "armv7-m" architecture not "armv7-a". so I've put the march flag in the menuconfig of busybox (-...
Mahyar Shokraeian's user avatar
0 votes
1 answer
872 views

Error in installing the Qemu package

I would like to install Qemu in my Virtual machine Debian 9, but I unable to do it. It would be helpful if someone can solve this issue. The vdi file for Debian 9 is provided by my company. root@...
Paulson Raja L's user avatar
1 vote
1 answer
4k views

GCC cross-compiler can't find header file

A host PC with a pre-built cross toolchain for ARM target. I try to build a project from source, the build process stopped due to an error, when code tried to build pppd-2.4.1 module, here is ...
minto's user avatar
  • 585
2 votes
1 answer
1k views

Errors when trying to build openssl-1.0.2l

Debian 32-bit host PC, with a pre-built toolchain for ARM target in /opt dir. I tried to cross-compile project from the source code, got a lot of errors when system tried to build openssl package: &...
minto's user avatar
  • 585
4 votes
1 answer
286 views

How to organize all my bash aliases (toolchain) for a midsized developer group?

I've developed a lot of useful scripts and aliases at work over the past few years, and it has slowly evolved into a toolchain used by many people across several organizations. I've done my best to ...
Olshansky's user avatar
  • 141
0 votes
0 answers
89 views

What cause path error occurs during code compiling

Debian 32-bit host PC, with a pre-built toolchain in /opt dir, the target is ARM. I'm trying to build project (f/w image) from source code,there is error during code compilation. The project have ...
minto's user avatar
  • 585
1 vote
0 answers
4k views

more /proc/mounts or ls /mnt/ or df hangs

Hi I have done some toolchain upgrade, when I am trying to bootup the device it is not able to launch Webkit, because when directfb is probing the file systems for shared memory mount, it will look at ...
Chauhan's user avatar
  • 11
0 votes
1 answer
121 views

Does ARM platform have a universal tool chain / compiler?

Recently I tried to make my own cross-compile toolchain for a arm platform. I noticed with the autoconf script of GCC, I have to pass variables like: --with-cpu=cortex-m4 \ --with-fpu=fpv4-sp-d16 \ --...
J.R.'s user avatar
  • 187

15 30 50 per page