Skip to content

Cant build a mod for android #153

@thelazycat2011

Description

@thelazycat2011
  The C compiler

    "/home/thelazycat/android-ndk-r29/toolchains/llvm/prebuilt/linux-x86_64/bin/clang"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: '/home/thelazycat/MegaHackCrack/antiremoval/build-android64/CMakeFiles/CMakeScratch/TryCompile-yyjOYp'
    
    Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_c6d71/fast
    /usr/bin/gmake  -f CMakeFiles/cmTC_c6d71.dir/build.make CMakeFiles/cmTC_c6d71.dir/build
    gmake[1]: Entering directory '/home/thelazycat/MegaHackCrack/antiremoval/build-android64/CMakeFiles/CMakeScratch/TryCompile-yyjOYp'
    Building C object CMakeFiles/cmTC_c6d71.dir/testCCompiler.c.o
    /home/thelazycat/android-ndk-r29/toolchains/llvm/prebuilt/linux-x86_64/bin/clang   -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security   -o CMakeFiles/cmTC_c6d71.dir/testCCompiler.c.o -c /home/thelazycat/MegaHackCrack/antiremoval/build-android64/CMakeFiles/CMakeScratch/TryCompile-yyjOYp/testCCompiler.c
    /home/thelazycat/android-ndk-r29/toolchains/llvm/prebuilt/linux-x86_64/bin/clang: 1: clang-21: not found
    gmake[1]: *** [CMakeFiles/cmTC_c6d71.dir/build.make:81: CMakeFiles/cmTC_c6d71.dir/testCCompiler.c.o] Error 127
    gmake[1]: Leaving directory '/home/thelazycat/MegaHackCrack/antiremoval/build-android64/CMakeFiles/CMakeScratch/TryCompile-yyjOYp'
    gmake: *** [Makefile:134: cmTC_c6d71/fast] Error 2
    
    

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:11 (project)

OS : Debian 13
Geode CLI version : 3.7.4
Geode version : 5.3.0
NDK version : r29

More infomation will be provided upon request

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions