There is some code for menu in module RoundMenu, and other classes are in module Calc.
I referenced RoundMenu like below
using RoundMenu as Rm;
module Calc {
class CalcMenuDataFactory extends Rm.RoundMenuDataFactory {
But while build get error "om.garmin.monkeybrains.asm.AssemblerException: Cannot find label globals_globals_RoundMenu_RoundMenuDataFactory" (RoundMenuDataFactory is present)
How can I fix it?