#181·N64Recomp

Missing recomp_entrypoint.cpp

Author: devshi2xCreated May 5, 2026Updated Jul 14, 2026

I am trying to recompling harvest moon 64 but i encounter following below problem

Tail call in __moddi3_recomp to 0x801107E0 [Info] Tail call in __udivdi3_recomp to 0x80110584 [Info] Tail call in __udivdi3_recomp to 0x80110488 Tail call in __divdi3_recomp to 0x801107C0 [Info] Indirect tail call in recomp_entrypoint

This is the toml file i used for this

[input] entrypoint = 0x80025C00 elf_path = "hm64.elf" output_func_path = "RecompiledFuncs"

[patches] stubs = [ "aspMainTextStart",

]

When i go to RecompiledFuncs folder , it produces files like funcs.h,funcs_1 to funcs_35.cpp,lookup.cpp and recomp_overlays.ini . it produces like 39 files on this folder but doesn't produce recomp_entrypoint.cpp so that i can't assist recompile this game.any help would be glad to find causes of it. i have stub aspMainTextStart because it's system function.