• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

undefined reference to gSwarmTableLength error when building CFRU

1
Posts
4
Years
    • Seen May 10, 2024
    when I try to build my CFRU hack into a test rom, it throws the following error:

    C://devkitPro//devkitARM//bin/arm-none-eabi-ld: warning: build/linked.o has a LOAD segment with RWX permissions
    C://devkitPro//devkitARM//bin/arm-none-eabi-ld: ./build\93544cbfeaccb40e58088fd3882f85bf.o: in function `TryGenerateWildMon': wild_encounter.c:(.text+0x8cc): undefined reference to `gSwarmTableLength'
    C://devkitPro//devkitARM//bin/arm-none-eabi-ld: ./build\93544cbfeaccb40e58088fd3882f85bf.o: in function `TryUpdateSwarm':
    wild_encounter.c:(.text+0xb34): undefined reference to `gSwarmTableLength'

    I don't know what to do to fix this issue, can anyone help me?
     
    Back
    Top