
Đã đóng
Đã đăng vào
Thanh toán khi bàn giao
I have C++ source code that I need turned into ready-to-run binaries. The primary target is Android, but I also want the same package working on desktop Linux. Please use GCC for the builds; if you can additionally provide an MSVC build, that will be an appreciated bonus. What I need from you: • A repeatable build script (bash, CMake, Gradle, or similar) that compiles the code with GCC and produces the final binaries for both Android (arm64 at minimum) and Linux x86-64. • Clear documentation explaining every build step, toolchain details (e.g., NDK version if you cross-compile for Android), and how to reproduce the binaries on another machine. • A quick test run demonstrating the binaries actually start and behave correctly on Android and Linux, with console output or screenshots as evidence. Acceptance criteria: 1. Running the script on a clean machine generates matching binaries for Android and Linux without manual tweaks. 2. Documentation is complete enough that another developer can follow it end-to-end. 3. The Android build launches on a physical device or emulator; the Linux build launches on a standard distro (Ubuntu, Fedora, etc.). If you can also ship a Windows .exe or .dll built with MSVC, add it as a separate artefact and note any extra steps—this is optional but will strengthen your delivery. Let me know which tools you intend to use and any clarifications you need before you start.
Mã dự án: 40338076
114 đề xuất
Dự án từ xa
Hoạt động 13 ngày trước
Thiết lập ngân sách và thời gian
Nhận thanh toán cho công việc
Phác thảo đề xuất của bạn
Miễn phí đăng ký và cháo giá cho công việc
114 freelancer chào giá trung bình €495 EUR cho công việc này

Hello, I can transform your C++ source code into ready-to-run binaries for Android (arm64) and desktop Linux (x86-64) using GCC, providing a repeatable build script, clear documentation, and a test run demonstration. An optional MSVC Windows build will also be a valuable bonus. I’m Waqas from Eclairios, a professional software engineer with over 7 years of experience in app and web development. I have successfully completed 128 projects, earning a 5.0 rating from satisfied clients. I specialize in mobile apps (Android, iOS, Flutter), website development, custom APIs, and backend solutions. My goal is to deliver high-quality, scalable solutions that meet your business needs. Why hire me? ★ 100+ Projects Completed with 5-star rating. ★ 3 months of free post-launch support ★ Expertise in advanced technologies and systems For this project, I intend to use CMake for the build system. I'll leverage GCC/G++ with the Android NDK for Android builds, and GCC/G++ for Linux. If you opt for the Windows bonus, I will use MSVC. Could you clarify any specific third-party library dependencies or unique C++ standards used? Let’s connect and discuss how I can help you with your project. Best regards, Waqas
€461 EUR trong 7 ngày
8,3
8,3

Hello, I have reviewed your requirements and fully understand the need to generate ready-to-run binaries for Android (arm64) and Linux (x86_64) from your C++ source code. I have 10+ years of experience in C++ development, GCC toolchains, cross-compilation, and build automation. I will set up a repeatable build system using CMake + GCC/NDK, ensuring consistent builds across platforms. The deliverables will include automated scripts to generate binaries, clear step-by-step documentation covering toolchains (NDK, GCC versions), and reproducible instructions for clean environments. I will also validate builds with test runs on Android (emulator/device) and Linux, providing output proof. Optionally, I can provide a Windows build using MSVC as an additional artifact. I WILL PROVIDE 2 YEARS OF FREE ONGOING SUPPORT AND COMPLETE SOURCE CODE, WE WILL WORK WITH AGILE METHODOLOGY AND WILL GIVE YOU ASSISTANCE FROM ZERO TO DEPLOYMENT. I eagerly await your positive response. Thanks
€450 EUR trong 7 ngày
8,1
8,1

Since 2015 I have been working in C/C++/C# programming and 10(ten) years of experience in C/C++/C# programming. Windows Desktop Application, Console Application, Image Processing and have knowledge in Driver Development in C. Expert in data structure building and Object Oriented Programming (OOP). Have a great experience in C++ MFC and C++ WinUI 3 for GUI design and development. Also expert in C/C++ GPU CUDA programming. If you want a good delivery of the project, then send me a message, please.
€750 EUR trong 7 ngày
7,4
7,4

Hello, I will set up a CMake-based build system that compiles your C++ source into ready-to-run binaries for Android (arm64 via NDK + GCC) and Linux x86-64, with a single build script that works cleanly on any machine. I will also include the optional MSVC Windows build as a separate target. Full documentation and test evidence will be part of the delivery. I will structure the CMake toolchain files so Android and Linux share the same build logic with only the toolchain swapped — this means when your source changes, one command rebuilds all targets without maintaining separate build configs that can drift apart. Questions: 1) Which NDK version are you currently targeting, or should I pick the latest stable? 2) Does the code have any external dependencies, or is it fully self-contained? Looking forward to your response. Best regards, Kamran
€350 EUR trong 7 ngày
7,1
7,1

⭐⭐⭐⭐⭐ Create Ready-to-Run Binaries for Android and Linux from C++ Code ❇️ Hi My Friend, I hope you're doing well. I've gone through your project details and see you're looking for someone to create binaries from C++ source code for both Android and Linux. You don’t need to look any further; Zohaib is here to help you! My team has successfully completed 50+ similar projects for building applications. I will create a repeatable build script, document all steps, and ensure the binaries run smoothly on both platforms. ➡️ Why Me? I can easily create your binaries as I have 5 years of experience in C++ development, Android builds, and Linux systems. My expertise includes building scripts, debugging, and optimizing code for performance. Not only this, I have a strong grip on GCC, CMake, and other relevant tools, ensuring a seamless process for your project. ➡️ Let's have a quick chat to discuss your project in detail and let me show you samples of my previous work. Looking forward to discussing this with you in chat. ➡️ Skills & Experience: ✅ C++ Development ✅ Android Development ✅ Linux Systems ✅ GCC Builds ✅ CMake ✅ Gradle ✅ Bash Scripting ✅ Documentation ✅ Debugging ✅ Cross-Compilation ✅ MSVC (optional) ✅ Performance Optimization Waiting for your response! Best Regards, Zohaib
€350 EUR trong 2 ngày
6,6
6,6

Hi This is a solid cross-platform build task, and the main technical challenge is creating a reproducible toolchain setup so the same C++ source builds cleanly for Android arm64 and Linux x86-64 without manual patching between targets. I can set this up using GCC/CMake with a repeatable build script, and for Android I would use the NDK toolchain so the process stays portable and well-documented on a clean machine. A common issue in jobs like this is source code that builds locally on one platform but breaks under cross-compilation because of ABI, dependency, or compiler flag differences, and I know how to standardize that properly. I can provide the binaries, structured build scripts, toolchain notes, and clear reproduction steps so another developer can generate the same outputs end to end. I would also validate startup behavior on Linux and Android and include proof of successful runs with logs or screenshots. If the codebase is compatible, I can additionally package an MSVC build as a separate Windows artifact. My focus would be on making the build process stable, repeatable, and easy to maintain rather than delivering a one-machine-only setup. Thanks, Hercules
€500 EUR trong 7 ngày
6,4
6,4

As a multi-faceted tech professional, I believe I can meet every requirement of your project with highest standards. My prowess in Android development, mobile technologies and the overall software stack makes me a perfect fit to tailor-make the C++ code into binaries that function seamlessly. My experience in using the required tools such as CMake, Gradle, GCC, and MSVC will lend to your project an added advantage, allowing us to create unified binaries for both Android and Linux-based systems. Moreover, at WellSpring Infotech, we value documentation as a cornerstone for effective knowledge transfer. Hence, I assure you a comprehensive and lucid documentation which will ensure that any other developer can follow it end-to-end. Not only will we provide easy-to-understand steps but we'll also include the toolchain details like NDK version. Additionally, my experience in building solutions across different industries including fintech and healthcare has polished my ability in ensuring reliability and easy scalability. Given an opportunity, I'd work diligently towards developing your project with quality, scalability, security and utmost ease so that you can concentrate on growing your business.I believe my technical expertise combined with my dedication would be an invaluable asset to your project. Let's connect soon to discuss further on how we can turn your vision into reality.
€666 EUR trong 7 ngày
6,1
6,1

Hey, I saw your post about turning that C++ source into binaries for Android and Linux. Most people trip up on the NDK toolchain or end up with library mismatches between the mobile and desktop environments, but I can get this running smoothly for you using a unified CMake setup. My plan is to build a robust bash wrapper around CMake so you can just run one command and get your arm64 Android binaries and x86-64 Linux builds without touching a single config file. I'll stick to GCC as you asked, and since I have a solid Windows environment ready, I can definitely throw in that MSVC build for the Windows .exe as a bonus. It makes sense to have the full set anyway if you want this to be truly cross-platform. I once spent three days straight debugging a similar cross-compilation mess for a library that refused to link properly on Ubuntu, so I know exactly where the hidden "gotchas" are with header paths and toolchain files. I will make sure the documentation is so clear that a junior dev could run it on a fresh machine without hitting a single error. Do you have a specific NDK version you want to stick with, or should I just use the latest stable release? Let me know if you want to jump on a quick chat to go over the source structure.
€500 EUR trong 7 ngày
6,2
6,2

Hello There!!! ★★★★ (Cross platform C++ build system with reproducible binaries) ★★★★ I understand you need your C++ source compiled into reliable binaries for Android (arm64) and Linux, with a repeatable build system, proper documentation, and test validation. ⚜ CMake based build system ⚜ GCC compilation setup ⚜ Android NDK cross compilation ⚜ Linux x86-64 binary builds ⚜ Optional MSVC Windows build ⚜ Bash scripts for automation ⚜ Clear step by step docs I have experince in C++ builds and cross platform toolchains, working with GCC, NDK and Linux environments for stable outputs. I’ll create a clean CMake + bash pipeline, document env setup, and verify builds on emulator and Linux distro to ensure reproducibility. Happy to discuss your codebase and start soon. Warm Regards, Farhin B.
€256 EUR trong 10 ngày
6,3
6,3

Hello, I’ve gone through your project details, and this is something I can definitely help you with. With over 10 years of experience in software development, particularly in C++ programming and cross-platform builds, I specialize in creating efficient and repeatable build scripts. I can develop a build script that utilizes GCC for generating binaries for both Android (arm64) and Linux (x86-64). Additionally, if required, I can create an MSVC build as a bonus. My approach will involve: - Crafting a clear, repeatable build script using CMake that handles builds seamlessly across the platforms you specified. - Providing detailed documentation covering every step, including toolchain details and instructions for reproducing the binaries on other machines. - Conducting a test run to ensure the binaries operate correctly on both Android and Linux. Here is my portfolio: https://www.freelancer.in/u/ixorawebmob I’m interested in your project and would love to understand more details to ensure an optimal approach. Could you clarify which specific toolchain versions and environments you prefer for the builds?Could you clarify which specific toolchain versions and environments you prefer for the builds? Let’s discuss this over chat! Regards, Arpit Jaiswal
€250 EUR trong 21 ngày
7,1
7,1

Hi there, I am experienced in compilation of source code for arm architecture. I have done similar project earlier. Thanks Ashish A.
€500 EUR trong 7 ngày
6,1
6,1

✅Hi, Client. I am a senior C++ developer✅ I have successfully completed several projects similar like yours. I am interested in your project. I would like to work for you in the long term. Please send a message to discuss this project. I look forward to hearing from you. My main goal is to gain my client's satisfaction by completing a job with 100% accuracy I am a senior C++ developer with over 10 years of rich experience in C#/C/C++/QT/Java/Python/Reverse Programming, API integration/Database management. So, I can complete it within your timeline. I will use GCC for Linux (native) and Android NDK (Clang toolchain, GCC-style flags) for Android It looks like it will take about 7 days and 750. Best regards! From Hien ...
€250 EUR trong 7 ngày
5,8
5,8

Hello. I am a Cross-Platform C++ expert. I can do this for you right now. It will be completed soon. I also maintain constant communication while working. Please contact me. I'm waiting for you. Thank you.
€250 EUR trong 3 ngày
5,8
5,8

I can create a repeatable GCC-based build system for Android (arm64) and Linux x86-64, with optional MSVC Windows binaries, complete with documentation and test verification.
€815 EUR trong 2 ngày
5,4
5,4

Hello, I understand your need for turning C++ source code into cross-platform ready-to-run binaries for Android and desktop Linux using GCC. My approach involves creating a robust build script using CMake that compiles the code efficiently for both platforms. I will provide detailed documentation outlining each build step, toolchain specifics, and instructions for reproducibility on different machines. Additionally, I will conduct thorough testing to ensure the binaries function correctly on Android and Linux, providing you with the necessary evidence. I have extensive experience in developing cross-platform applications and ensuring seamless functionality across various environments. I am ready to commence work immediately and would appreciate further discussion to clarify any details regarding the tools and processes involved in this project. Best regards, Justin
€500 EUR trong 7 ngày
5,4
5,4

Warm greetings! I specialize in cross-platform C++ builds using GCC, CMake, and Android NDK with 9+ years of experience delivering reproducible binaries across Android and Linux. Here's how I can help: * Create repeatable CMake/bash build pipeline (Android arm64 + Linux x86-64) * Configure NDK toolchain, GCC flags, and clean environment builds * Provide step-by-step documentation for full reproducibility * Test binaries on emulator/Linux with logs/screenshots * Optional MSVC build (.exe/.dll) as extra artifact Do you have an existing CMake setup or raw Makefiles? Which NDK version or min SDK should I target?
€500 EUR trong 7 ngày
4,8
4,8

I done similar cross builds before, android + linux from same c++ code can get messy without clean setup ill set up cmake + gcc toolchain with android ndk (arm64) and linux x86_64, single command build. also add optional msvc config if needed you’ll get reproducible builds, same output on clean machine, plus quick run proof on emulator + linux this will save time later when you update code, just rerun build no manual fixes quick thing: is your code pure cli or uses any platform-specific libs? and do you need apk wrapper or just native binary for android? can start right away Best, Dev S.
€700 EUR trong 13 ngày
5,0
5,0

Hi, As a individual developer I can help in your project focusing on C++ build automation, GCC cross-compilation for Android and Linux, CMake or bash-based build scripts, and related build, testing, and documentation issues to fix, improve, and develop during this project. With my expertise in full-stack development and experience working with modern web technologies like C++, GCC, CMake, Bash, Android NDK, Linux toolchains, and cross-platform build workflows, I can fix this quickly. I can prepare a repeatable build pipeline for Android arm64 and Linux x86-64, with clear step-by-step documentation, reproducible binaries, and test proof that the generated builds run correctly on both platforms. You can expect clear communication, fast turnaround, and a high-quality result that fits seamlessly into your existing workflow. Best regards, Juan
€500 EUR trong 3 ngày
4,9
4,9

Hello, I will analyze the existing c++ source code to ensure it compiles cleanly and identify any platform-specific dependencies. then i will create a repeatable cmake script that compiles the code with gcc for android arm64 using the ndk and for linux x86-64, ensuring both binaries run correctly. i will test the android version on an emulator or physical device and the linux version on a standard distro, capturing console output to confirm functionality. the script will be documented step-by-step with toolchain versions ndk details and instructions to reproduce the binaries on another machine. if requested i can add an msvc build for windows as an optional extra with its own documented steps. Let's have a detailed discussion, as it will help me give you a complete plan, including a timeline and estimated budget. I will share my portfolio in chat I look forward to hear from you. Thanks Best Regards, Mughira
€500 EUR trong 7 ngày
4,5
4,5

Hello Dear Client, I can help you set up a clean, fully repeatable build system for your C++ project targeting Android (arm64) and Linux (x86_64) using GCC, with optional MSVC support for Windows. I’ll use CMake as the core build system to ensure portability, along with the Android NDK (for cross-compiling) and standard GCC toolchains for Linux. You’ll get a single command-based build script that works on a fresh machine, detailed step-by-step documentation (including toolchain setup, NDK version, and environment configuration), and verified test runs on both Android (emulator/device) and Linux with proof outputs. If needed, I can also provide a Windows build using MSVC as an additional artifact. Before starting, I just need to confirm: your current project structure, any external dependencies, and whether the Android output should be a native binary or integrated into an APK. Thanks NItesh
€500 EUR trong 7 ngày
5,6
5,6

Helsinki, Finland
Phương thức thanh toán đã xác thực
Thành viên từ thg 8 11, 2020
€30-250 EUR
€12-18 EUR/ giờ
tối thiểu 36 EUR€/ giờ
€100 EUR
€8-30 EUR
₹12500-37500 INR
₹600-1500 INR
$250-750 USD
$250-750 USD
$1500-3000 USD
₹1250-2500 INR/ giờ
₹1500-12500 INR
$2-15 USD/ giờ
€30-250 EUR
$10-30 USD
$10-30 USD
₹1500-12500 INR
$30-250 USD
₹750-1250 INR/ giờ
₹600-1500 INR
$10-30 CAD
$15-25 USD/ giờ
₹1500-12500 INR
$10-30 USD
$10-30 USD