Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-17899

ARM64: 'sdk/lib/crt/oldnames-msvcrt.S(57): fatal error C1189: #error: "Unsupported platform."'

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Unresolved
    • Major
    • None
    • SDK

    Description

      Trying to build drwtsn32 application and rosapps directory.

      [1/276] Creating directories for 'host-tools'
      [2/276] Generating asm/oldnames-msvcrt_oldnames_asm.asm
      ...
      D:/a/reactos/reactos/src/sdk/lib/crt/oldnames-msvcrt.S(57): fatal error C1189: #error:  "Unsupported platform."
      

      https://git.reactos.org/?p=reactos.git;a=blob;f=sdk/lib/crt/oldnames-msvcrt.S;hb=HEAD#l9

        10 #if (defined(_M_IX86) || defined(_M_AMD64))
      // ...
        37 #elif defined(_M_ARM)
      // ...
        52     CREATE_ALIAS   $alias, $target
        53     CREATE_ALIAS1 $alias, $target
        54     CREATE_ALIAS2 $alias, $target
      // ...
        56 #else
        57 #error "Unsupported platform."
        58 #endif
      

      0.4.16-dev-880-gfce48c3 moved this code around:
      https://git.reactos.org/?p=reactos.git;a=blob;f=sdk/include/asm/alias.inc;hb=HEAD#10

      Attachments

        Issue Links

          Activity

            People

              The_DarkFire The_DarkFire
              Serge Gautherie Serge Gautherie
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: