Search Articles — Sudonull

Search Results

In this project

CMake for STM32F407: building with GCC on Windows

https://sudonull.com/cmake-for-stm32f407-building-with-gcc-on-windows

Set up cross-platform firmware build for STM32F407VE with CMake and ARM GCC. Migration from GNU Make, compiler flags, config.cmake. Instructions for middle/senior dev.

SEO for Telegram Channel and Cross-Posting to VK/MAX — Solution

https://sudonull.com/seo-for-telegram-channel-and-cross-posting-to-vk-max-solution

How to Add SEO and Automate Cross-Posting of Telegram Channel to VK and MAX. Technical Implementation Details, Integration Security, Key Principles. Increase Reach Without Replacing the Platform.

C++20 wallpaper manager: D-Bus and RAII

https://sudonull.com/c-20-wallpaper-manager-d-bus-and-raii

Architecture of cross-platform Rwal utility in C++20. Adapter for KDE/GNOME, libcurl RAII, std::jthread. CMake build and system integration. Explore the code.

From other projects

Rad-VLSM: AI framework improves ultrasound diagnostics

https://ymaho.com/rad-vlsm-ai-framework-improves-ultrasound-diagnostics

Cross-modal AI Rad-VLSM changes ultrasound diagnostics: automatic pathology detection via text prompts reduces expert dependency. Learn how the technology will reshape the market.

The largest DeFi attack of 2026: hackers stole $290 million

https://ymaho.com/the-largest-defi-attack-of-2026-hackers-stole-290-million

How a $293 million cross-chain bridge hack triggered a chain reaction in crypto finance and why it matters for the global economy. Explained in simple terms.

Train accident Kiev-Przemyśl: impact on logistics

https://ymaho.com/train-accident-kiev-przemys-l-impact-on-logistics

We analyze how the collision at Bilaiv station affects international flights, passenger safety, and cross-border corridor operations. Read the details.

From the web

Cross compiler - Wikipedia

https://en.wikipedia.org/wiki/Cross_compiler

A cross compiler is a compiler capable of creating executable code for a platform other than the one on which the compiler is running. For example, a compiler that runs on a PC but generates code that runs on Android devices is a cross compiler . A cross compiler is useful to compile code for multiple platforms from one development host. Direct compilation on the target platform might be ...

What is Cross Compiler? - GeeksforGeeks

https://www.geeksforgeeks.org/compiler-design/what-is-cross-compiler/

Jul 23, 2025 · A cross compiler is a compiler capable of creating executable code for a platform other than the one on which the compiler is running. In paravirtualization, one computer runs multiple operating systems and a cross compiler could generate an executable for each of them from one main source.

A master guide to Linux cross compiling | by Ruvinda ... - Medium

https://ruvi-d.medium.com/a-master-guide-to-linux-cross-compiling-b894bf909386

Oct 1, 2023 · The classic example for cross compiling is when you compile for a low powered embedded ARM device from a powerful x86–64 PC. Cross compiling is preferred here because it is orders of magnitude faster to do so than building natively on the embedded device. This is a MUST have if you are iteratively developing an embedded application.

Cross Compiling With CMake

https://cmake.org/cmake/help/book/mastering-cmake/chapter/Cross%20Compiling%20With%20CMake.html

Cross Compiling With CMake ¶ Cross- compiling a piece of software means that the software is built on one system, but is intended to run on a different system. The system used to build the software will be called the “build host,” and the system for which the software is built will be called the “target system” or “target platform.” The target system usually runs a different ...

Cross-Compilation (automake) - GNU

https://www.gnu.org/software/automake/manual/html_node/Cross_002dCompilation.html

2.2.8 Cross-Compilation ¶ To cross- compile is to build on one platform a binary that will run on another platform. When speaking of cross-compilation, it is important to distinguish between the build platform on which the compilation is performed, and the host platform on which the resulting executable is expected to run. The following configure options are used to specify each of them ...

8. Cross Compilation and Toolchain Files - UPenn Embedded ...

https://embedded.seas.upenn.edu/Guides/build-systems/cross-compilation-and-toolchain-files/

In short cross compmilation is the process of building and compiling code for a target platform other than the host machine. CMake and Toolchain Files In order to setup or enable support for cross-compilation our CMake project we have to modify the CMakeLists.txt files to point to the right compiler tools.

Cross-compilation - .NET | Microsoft Learn

https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/cross-compile

May 27, 2025 · Cross-compilation is a process of creating executable code for a platform other than the one on which the compiler is running. The platform difference might be a different OS or a different architecture. For instance, compiling for Windows from Linux, or for Arm64 from x64.

Trending Now