question

AudPaul-7867 avatar image
0 Votes"
AudPaul-7867 asked

iOS Static C++ library project doesn't support assembler (.S) files?

I am trying to build an iOS static library project in VS2019 for windows. For the ARM64 platform the project includes some assembler (.S) files however I can see no way to get the assembler files compiled as part of the project. The only setting that results in the files being included in the created xcode pbxproj is to set the 'Item Type' to C/C++ compiler but then the CLANG tool is trying to compile the files as c/c++. It seems like this could be made to work if there was a way to override the compiler flags to change the '-x c' statement to '-x assembler-with-cpp' but I can see no way to make this happen once the Item Type is set to C/C++ compiler. Any advice is greatly appreciated.

vs-general
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers