-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Milestone
Description
I need to debug from Windows some code running inside an ARM64 container (on HyperV / docker which uses QEMU to run ARM code).
The code contains a lot of generated unsafe code using 64 bit pointers that is running well on both Windows x64 and Linux x64.
A first test on the physical device (Ubuntu 64 on Rasberry PI 3) did not succeed without apparent errors, therefore I would like to iterate the development inside a container to ease the development and later the automatic tests phases.
Is that currently supported? What are the limitations?
/cc @richlander