компиляция

How do I compile an asm file and run it on Linux?

I created a file asm file and compiled it using the command nasm file -o outfile How do I run the program in the terminal now? (Run outfile)?

Error when compiling any project in Code:: Blocks

I installed a new version of Code:: Blocks 12.11; I wanted to run the old project - and then I get an error! At first I didn' ... inutes, 0 seconds) ===| Who can tell you what the problem is??? I can't start anything!!! We have to sit on VS2012 for now.

Machine code and compilation into it - how is it?

How does compilation to machine code work and how does it work? How do I make a machine code program myself? For example, ho ... to work with this, because I've always dreamed of trying to build .exe on my own, without the help of ready-made compilers.

mvn compile -> Error No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

I want to run the project via the command line mvn compile But I get an error: [ERROR] COMPILATION ERROR : [INFO] ------ ... atform encoding: Cp1251 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" How to solve the problem?

What is the difference between static and dynamic linking?

What is the difference between static and dynamic linking? Why is it that when these phrases are Googled, the result is giv ... VS : dynamically or statically? But still, the main question is: what is the difference between static and dynamic linking?

How to compile a console application VB.NET on Linux?

There is a simple console application code on VB.NET. It uses collections, regular expressions, search and read files from th ... o end :novbc color c echo No one VB.NET compiler was found color exit 2 :end How do I compile and run a program on Linux?

Java program machine code

I need Get the machine code generated as a result of the entire path of my Java program in the form of a file, which you c ... puter through the JVM - in the form of a file, preferably txt, for proper opening in notepad in this Or in this View.

Unable to find the compiler executable csc.exe

Visual Studio 2019 development environment, C# language, .NET Framework v4. 7. 2. I am trying to compile a simple code that s ... Console.WriteLine("ERROR {0}", err.ErrorText); } Console.ReadKey(); } } }

Compiling a program directly for the microarchitecture level

I'm studying computer architecture, I have a question. But first what did I understand: The architecture of the instruction s ... d then the microarchitecture itself interprets the code that it understands, you see MOV, XOR, etc. Am I getting this right?

Compiling Python to exe (myth or reality)

Can someone give a concrete answer on this topic (so that you can then fix it and show it as a reference)? Is compilation to ... ently exist at least one real (and working!) compiler of Python code in a native exe file. (Translators in C++ do not count).

extern int i. so is it a definition or a declaration?

I'm completely confused. the famous stupid example x/y: we have 2 cpp files the first file extern int x; int y = x+1; Second ... hly speaking no declaration, but already a full-fledged definition, since it acquires both the address and the value zero ???

The problem with CodeBlocks does not start programs

Installed CodeBlocks(12.11) in a new laptop with Windows 8. But it does not run programs. When enabled, it returns the following error: Can't find compiler executable in your configured search path's for OpenWatcom (W32) Compiler

Problems with Qt static compilation

There is a problem. I decided to do a static compilation on Qt 5.15.0 MinGW Windows 10. I decided to spend on an empty projec ... f collect2.exe: error: ld returned 1 exit status mingw32-make[1]: *** [Makefile.Release:74: release/Test_Static.exe] Error 1

Creation.so files

There is a set of c-files with the extension .c: avl_tree.c, buf_read.c, db_prep. c, file_process. c, global_header. c, trave ... r/gcc/4.4/bin/include folder with the exception of jni. h, and the libraries are located in the /usr/gcc/4.4/bin/lib folder.

Why use conditional compilation directives (#define #if #endif)?

How to use them? Are they better or worse? The headers are written using them, so they are convenient?

Why is a program compiled in Delphi XE almost 2 times larger than in Delphi 7?

There is a very small program. When I compile it in Delphi 7, the size is 590 kb. It is worth compiling this same program in ... diately becomes 2 times larger in size - 1,200 kb. What does Delphi XE add to the executable file that it increases in size?

Why do I need the Unreachable statement error?

Why does the compiler throw this error? What's wrong with the code not executing??

When compiling, Pyinstaller does not pick up icons from a neighboring folder

There is a program that uses icons from a folder that is located in the project folder of the PyCharm editor. Example of the ... yinstaller" absorbed the icons inside the exe file)? UPDATE The program also uses neighboring files: folder, database, txt

Kali Linux and TP-Link tl-wn725n

Given: TP-Link WiFi adapter tl-wn725n on chipset rtl8188eu Laptop with a virtual machine Linux OS 5.4.0-kali2-amd64 (data ... ute beginner in the Linux environment (we can say that a complete zero), recently learned how to open and edit sources. list/

Error when initializing vector

Good afternoon! I am a student of a technical university and I am trying to learn c++on my own. What I'm trying to do : Wha ... e. The author of the book says to add it to all programs and then explain its purpose. Link - enter the link description here