Questions tagged [libgcc]

67 questions
0
votes
1 answer

apt get update is posting an error while using debian source

my dockerfile is as below: FROM wordpress:5.5.1-php7.4 RUN echo 'deb http://ftp.us.debian.org/debian sid main' >> /etc/apt/sources.list RUN apt-get update && \ apt-get install -y wget sudo && \ apt-get install -y ssmtp Did not run a build for the…
0
votes
1 answer

Unable to Deploy Streamlit app on Heroku - missing libgcc_s.so.1

Overview: I am trying to deploy a web app that uses OpenCV and Tensorflow to classify facial expression of a person. So a person uploads a picture and the app produces a bounding box around the face with the expression of the person. When I run the…
Manas Sambare
  • 1,158
  • 2
  • 11
  • 22
0
votes
0 answers

libstdc++ & libgcc forward compatibility

According to the GCC ABI Policy and Guidelines page I get that they try to maintain forward compatibility but I wonder to what extend this is true or if I'm missing something. I am currently trying to run C++ software which was built on red hat 5…
foke
  • 1,339
  • 2
  • 12
  • 20
0
votes
0 answers

Yocto Package have unmet dependencies while installing deb file

I want to install ws-rtsp-proxy_1.8-4_armhf.deb in my armhf7 board while doing this I got the error. But I have all the dependencies which I have attached below. root@rt-work:~# apt-get install ./ws-rtsp-proxy_1.8-4_armhf.deb Reading package…
rahul
  • 11
  • 2
0
votes
1 answer

Adding the -O2 option when cross-compiling causes the unwind backtrace to fail

Add -funwind-tables when cross-compiling, you can successfully unwind backtrace through the interface(_Unwind_Backtrace and _Unwind_VRS_Get) in the libgcc library. But when I added the -O2 option at cross-compiling time, unwind backtrace would fail.…
W_xy
  • 1
0
votes
1 answer

Observing an increase in Size after migrating to LibC++ in Android

I am working for migrating to LibC++ from Gnustl and I am observing an overall 8-10% Increase in size after migrating to LibC++ from gnustl in Android. Few additional dependencies that we have added that could account for the size is, • Statically…
Bhupesh Pant
  • 4,053
  • 5
  • 45
  • 70
0
votes
0 answers

Conversion from uint64_t to double

For an STM32F7, which includes instructions for double floating points, I want to convert an uint64_t to double. In order to test that, I used the following code: volatile static uint64_t m_testU64 = 45uLL * 0xFFFFFFFFuLL; volatile static double…
benjarobin
  • 4,410
  • 27
  • 21
0
votes
0 answers

How to install 16 bit version of libcc

$uname -i x86_64 $ uname -r 4.15.0-041500-generic I am trying to compile that gets memory map of a system. The OSDev shows some code how that can be done. The code is as follows: // running in real mode may require: __asm__(".code16gcc\n"); //…
0
votes
1 answer

Building C library (FFmpeg) with Android NDK r17: undefined reference to '__mulodi4'

My problem happens to be with FFmpeg but I suspect that this would happen with almost any C library. Problem Description My app uses FFmpeg that is compiled with NDK r10e. I am trying to update everything to NDK r17, while also switching to clang,…
fpsulli3
  • 363
  • 1
  • 11
0
votes
1 answer

Different versions of compilers + libgcc on windows encountered

I have a third-party library which depends on libgcc_s_sjlj-1.dll. My own program is compiled under MSYS2 (mingw-w64) and it depends on libgcc_s_dw2-1.dll. Please note that the third-party library is pure binaries (no source). Please also note that…
0
votes
0 answers

libgcc_s_dw2-1.dll contains an error

I have been using Octave 4.03 for about a year on Windows 10 platform. All at a sudden, when I was trying to launch Octave GUI as usual, I recieved the following error message: File libgcc_s_dw2-1.dll is either not designed to run on Windows or it…
Hmath
  • 101
0
votes
1 answer

Libgcc Soft floating point functions

I want to find source code implementation of these functions based on soft floating point __aeabi_dcmpeq __aeabi_dcmplt __aeabi_dmul Basically, I want to to use soft floating point implementation of libgcc as my processor based on Cortex-M4 does not…
0
votes
1 answer

Modifying Comipler RT Assembly code to compile for Arm Cortex M3/M4 (CPSR/APSR bit manipulation)

I am trying to get the math routines from Compiler RT working with a GCC toolchain for the ARM Cortex M3/M4F processors (armv7m and armv7em with fpu). I have everything compiling (with minimal changes) except two lines of code (msr CPSR_f, ip and…
TylerG
  • 13
  • 2
0
votes
2 answers

libgcc1 depends gcc-5-base but it is not installable

I am trying to install fbi on Debian 7.8 by using apt-get install fbi, but I get an error message containing the following: libgcc1 : Depends: gcc-5-base (= 5.5.1-14) but it is not installable. Actually I get this message whenever I try to do…
Anas
  • 263
  • 3
  • 11
0
votes
1 answer

My r.java file is not generated

I get this error from the console: [2016-01-02 19:11:15 - google-play-services_lib] /home/fibrahim/Unduhan/android-sdk-linux/build-tools/23.0.2/aapt: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file…