As of commit 0b5b98b5d19f425e16a03e679cf58a555911e7f1, the implementation of x10dev was changed such that the Firecracker Module is represented by its own class, fc_module. Because the debug program was not updated to match these changes, it is now uncompilable.
The debug program must be updated so that it is compatible with the new x10dev and fc_module classes.
As of commit 0b5b98b5d19f425e16a03e679cf58a555911e7f1, the implementation of
x10dev
was changed such that the Firecracker Module is represented by its own class,fc_module
. Because the debug program was not updated to match these changes, it is now uncompilable.The debug program must be updated so that it is compatible with the new
x10dev
andfc_module
classes.