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

Questions tagged [mingw]

MinGW (Minimalist GNU for Windows) is a native software port of the GNU Compiler Collection (GCC) and GNU Binutils for use in the development of native Microsoft Windows applications. Unlike Cygwin, it does not provide a POSIX runtime environment on MS-Windows.

0 votes
1 answer
26 views

Linker Error with MariaDB Connector/C++ When Using CMake

I'm encountering a linker error while trying to build a project using the MariaDB Connector/C++ 1.1.4 on Windows with CMake. I installed the MariaDB Connector/C++ from the MariaDB download page and ...
Nazim Araz's user avatar
1 vote
1 answer
29 views

how to compile MinGW32 for C-SKY processors?

for C-SKY processors there is an IDE CDS for Windows, it uses MinGW, but it has a very old version of GCC 6.3, I would like to update to 13.2, how to do this correctly? I tried to google and didn't ...
Andynvkz's user avatar
-1 votes
0 answers
18 views

File not recognized and recipe for target error in the BUSMASTER

I have got the error while building the node. The error is File not recognized and also recipe for target ABS_ECU failed error, Can anyone help me to get out from the error? D:\BUSMASTER\...
Srinidhi Dixit's user avatar
0 votes
0 answers
14 views

I can not add library of Protobuf to Eclipse IDE

I want to add protobuf lib to eclipse ide. I am using protof 27.2 and mingw g++ 9.2 to compile code. #include <iostream> #include "C:\Users\PC_5725\Desktop\Eclipse\Protobuf_ornek1\ProtoEx1\...
Enes Ayyildiz's user avatar
1 vote
0 answers
37 views

Redirecting python script's stdin to fifo results in RuntimeError: input(): lost sys.stdin

I have this python script that's meant to function as a server which reads commands from stdin which is redirected to a fifo: test.py: while True: try: line = input() except EOFError: ...
Verpous's user avatar
  • 706
1 vote
0 answers
32 views

"No include path in which to find stdio.h" error

I get this error when I try to run a C program: E:\c_stuff>gcc frist_c.c -o frist_c frist_c.c:1: No include path in which to find stdio.h But I already did reinstall MinGW and added the C:\minGW\...
Vishaka Rajapaksha's user avatar
0 votes
0 answers
49 views

No effect after i have updated my GDB version to 11.2. GDB debug failed

I have the same question. And i have all ready done the recommend solution that i updated my GDB to v_11.2. And i also have added it to the system environment path and updated the launch and task file ...
xs_william's user avatar
0 votes
0 answers
41 views

Weird error when injecting a DLL into a process - OSSL_QUIC_client_method could not be located in libcurl-4.dll

I have one of the weirdest problems I have ever encountered, and I can't find anything online about it. For some context: I have to emulate malware for my job, and this currently is requiring me to ...
anomaliesintent's user avatar
0 votes
0 answers
73 views

How to use .dll in vscode when .dll is the only file available (no .lib, no .hpp)

I was trying to create a project and use couple third-party .dll file, which does not have corresponding .hpp or .lib files. There is a working template from VStudio that import these dlls in a header ...
Yunlong's user avatar
  • 11
1 vote
0 answers
33 views

I added the pathway to minGW in environment variables, but the system doesn't see it FIXED

EDIT: Fixed the problem by simply restarting my computer, thanks everyone for answers and suggestions. When I change the directory manually in the command prompt to the bin of mingw, and run g++ --...
Otairo's user avatar
  • 11
0 votes
0 answers
63 views

Issues with Eigen Library Setup in VS Code for C++ Projects

I am encountering difficulties in including the Eigen library in my C++ project using Visual Studio Code and MinGW. Despite following multiple tutorials, I am still receiving the error: Eigen/Dense: ...
Manjunath Neelmath's user avatar
-3 votes
0 answers
44 views

mingw32/bin/ld.exe: cannot find -lomp

I'm trying to test a program in C for a friend to compare performances of the "sieve of Eratosthenese". I'm testing it in Visual Studio Code and in the terminal, they tell me to put this in ...
Crimsora's user avatar
-2 votes
0 answers
73 views

Only the First Line of Output is Printed in C Program in VS Code on Windows Using MinGW

In C program only the first line of output is printed when I run the compiled executable. Despite the program compiling without errors, the subsequent lines do not appear. Details: Operating System: ...
BinaryBard's user avatar
0 votes
0 answers
31 views

How to configure ollama setup exe from its source code

I was required to install Ollama setup exe from the source code in windows I found the steps as Note: The Windows build for Ollama is still under development. First, install required tools: MSVC ...
Diksha Gupta's user avatar
-2 votes
0 answers
15 views

How to fix problem with configuring compiler/debugger when running C++ on vscode?

I have installed MinGW on my computer. I have made sure that it is up to date and that the location returned by "where gcc" command is the same as my path. here's my launch.json file However ...
李苏瀚's user avatar

15 30 50 per page
1
2 3 4 5
457