Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bbt 0.0.5 #1163

Closed

Conversation

LionelDraghi
Copy link
Contributor

Created via alr publish with alr 2.0.1

@Fabien-Chouteau
Copy link
Member

Hello @LionelDraghi, there are some link errors on windows:

C:/Users/runneradmin/AppData/Local/alire/cache/toolchains/gnat_native_14.1.3_6c25884a/bin/../lib/gcc/x86_64-w64-mingw32/14.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: bbt-main.o:bbt-main.adb:(.text+0x3): undefined reference to `__fentry__'
C:/Users/runneradmin/AppData/Local/alire/cache/toolchains/gnat_native_14.1.3_6c25884a/bin/../lib/gcc/x86_64-w64-mingw32/14.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: bbt-main.o: in function `bbt__main__put_help':

The solution might be here: https://stackoverflow.com/questions/55566393/how-to-pass-pg-to-gcc-in-cygwin

Copy link

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Sep 28, 2024
@github-actions github-actions bot removed the Stale label Oct 1, 2024
@mosteo
Copy link
Member

mosteo commented Oct 14, 2024

With our latest release, which runs on aarch64 on the latest macOS, there are also these errors:

Undefined symbols for architecture arm64:
  "__mcount", referenced from:
      _bbt__main__put_help__B32b___finalizer.5 in bbt-main.o
      _bbt__main__put_help.4 in bbt-main.o
      __ada_bbt__main in bbt-main.o
      _bbt__main__put_settings__checkbox.27 in bbt-main.o
      _bbt__main__put_settings.10 in bbt-main.o
      _bbt__main__put_settings__B95b___finalizer.11 in bbt-main.o
      _bbt__main__put_settings__B134b___finalizer.12 in bbt-main.o

1 similar comment
@mosteo
Copy link
Member

mosteo commented Oct 14, 2024

With our latest release, which runs on aarch64 on the latest macOS, there are also these errors:

Undefined symbols for architecture arm64:
  "__mcount", referenced from:
      _bbt__main__put_help__B32b___finalizer.5 in bbt-main.o
      _bbt__main__put_help.4 in bbt-main.o
      __ada_bbt__main in bbt-main.o
      _bbt__main__put_settings__checkbox.27 in bbt-main.o
      _bbt__main__put_settings.10 in bbt-main.o
      _bbt__main__put_settings__B95b___finalizer.11 in bbt-main.o
      _bbt__main__put_settings__B134b___finalizer.12 in bbt-main.o

@LionelDraghi
Copy link
Contributor Author

Hi Alex and Fabien,
both error are due to the same misuse of gprof instrumentation.
I removed it, hope this is the solution.

@LionelDraghi LionelDraghi deleted the release/bbt-0.0.5 branch October 16, 2024 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants