Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
46 views

I'm working on a Renesas RX project using the MinGW RX toolchain (GCC 8.3.0a) and running PC-lint for static analysis. During linting, I get the following error: #error "Unable to determine type ...
0 votes
0 answers
105 views

I have 3 cmake targets relevant to this problem in my project. Executable - The thing giving me filesystem linker errors Shared Library - Core library. Originally used filesystem directly before it ...
Klypto's user avatar
  • 573
0 votes
1 answer
1k views

I'm buidling a docker image using debian-12 and I need to install gcc-8-base on it: FROM debian:12 RUN apt-get update -y && apt-get -y --no-install-recommends install build-essential gcc-8-...
0 votes
0 answers
445 views

I have a strange runtime error that only happens with GCC 8.2 and GCC 8.1. When attempting to delete a class with multiple inheritances, the compiler raises a runtime error related to a corrupted ...
Oshio's user avatar
  • 163
1 vote
1 answer
334 views

I'm trying to install "randomForest" on R 3.6.3 as below: urlPackage <- "https://cran.r-project.org/src/contrib/Archive/randomForest/randomForest_4.6-14.tar.gz" install.packages(...
klein's user avatar
  • 13
2 votes
1 answer
1k views

#DEFINE LENGTH 4096 warning: ‘/name0’ directive output may be truncated writing 10 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(head_list->cname, LENGTH, "%...
qwerty's user avatar
  • 165
0 votes
1 answer
74 views

I want to compare two sets of objects. For the same code I get 2 different outputs on different machines. The code is compiled with two different compilers. On the x86-64 machine i used gcc-11, on the ...
jUnG3's user avatar
  • 3
0 votes
1 answer
495 views

I am trying to do the following and it doesnt work. The code crash with an arm toolchain gcc 8.5. #define _move(src, dst) __asm volatile ( \ "ldr r0, [%0] \n\t" \ ...
makurisan's user avatar
  • 529
0 votes
1 answer
801 views

rvm install ruby-3.0.0 fails with gcc-8 specific error [2021年03月01日 17:27:54] ./configure current path: /Users/user/.rvm/src/ruby-3.0.0 GEM_HOME=/Users/user/.rvm/gems/ruby-2.6.4 PATH=/usr/local/opt/...
Rpj's user avatar
  • 6,198
0 votes
1 answer
296 views

I followed these steps for installing a gcc 8.4 version on a custom folder (--prefix = /FOLDER/) https://www.hongliangjie.com/2012/07/20/how-to-install-gcc-higher-version-in-alternative-directory/ But ...
ghillard's user avatar
4 votes
0 answers
758 views

I have some code running well under GCC7. It enables fstack-check flag. Now when I switch to GCC8 without code change, I encounter the following error: c1plus: error: ‘-fstack-check=’ and ‘-fstack-...
Harper's user avatar
  • 2,014
3 votes
1 answer
4k views

I have a bash script that executes the command scl enable devtoolset-8 'echo -e "%__ld $(which ld)\n%__nm $(which nm)\n%__objcopy $(which objcopy)\n%__objdump $(which objdump)\n%__strip $(which ...
R. Key's user avatar
  • 178
-1 votes
1 answer
369 views

If I have such a structure: struct test{ float c, f, ops; }; How can I modify the GCC compiler source code to make it as follows: struct test{ double c, f, ...
zhugl's user avatar
  • 1
1 vote
2 answers
1k views

class mapInfo { public: mapInfo(); ~mapInfo(); public: int dataType_m; private: int *frequency; }; //constructor is defined here. mapInfo::mapInfo() : dataType_m(0), ...
4 votes
1 answer
4k views

I've been trying to build a specific version of GCC (8.3.0) on a new Ubuntu 20.04 machine. However, when I follow the steps at the following link: https://gcc.gnu.org/wiki/InstallingGCC I run into a ...
Tex4066's user avatar
  • 357

15 30 50 per page
1
2 3 4

AltStyle によって変換されたページ (->オリジナル) /