Search Unity

How do I compile Hololens SharingService for ARM processors - Raspberry Pi

Discussion in 'VR' started by Tezelian, Sep 18, 2018.

  1. Tezelian

    Tezelian

    Joined:
    Oct 22, 2013
    Posts:
    256
    Hey guys,

    I have a sharingservice.exe which successfully connects 2 hololens into a local network using my local machine on Windows, all built on Unity. Now I want to build the same executable file on the Raspberry Pi, but the problem is Windows is for the Intel x64 architecture while the Raspberry Pi has the ARM architecture so the windows.exe is not compatible.

    The 'HoloToolkit-Master' package on GitHub states that the sharing package can support ARM processors but my question is how or what do I need to do? Sorry I am new to this type of programming and really want to achieve this task.

    https://github.com/Microsoft/MixedRealityToolkit/tree/master/Sharing
    Supported Languages, Platforms and Chip Architectures:
    • Win32, UWP, OSX
    • C++, C#, Java
    • x86, x64, ARM
    I have found (or think I have) the source code libraries and files written in c++ and there is also the solution file. Within VS I can 'build' for ARM but that gives me errors, at this point I do not know what to do and need help and there isn't anything online too. Which files do I change or how do I build for ARM?

    Is there anything I can do with Unity too?