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

[BUG]Unable to build on macOS #252

Open
ttys000 opened this issue Oct 9, 2024 · 0 comments
Open

[BUG]Unable to build on macOS #252

ttys000 opened this issue Oct 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ttys000
Copy link

ttys000 commented Oct 9, 2024

Describe the bug
The build progress is stuck without error:

❯ make -f Makefile.executable.mak all TARGET=debug ASSEMBLY=kohi.tools.versiongen --debug
GNU Make 4.4.1
Built for aarch64-apple-darwin23.4.0
Copyright (C) 1988-2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating makefiles....
Updating goal targets....
 File 'all' does not exist.
  File 'scaffold' does not exist.
 Must remake target 'scaffold'.
 Successfully remade target file 'scaffold'.
  File 'compile' does not exist.
 Must remake target 'compile'.
--- Performing kohi.tools.versiongen debug build ---
 Successfully remade target file 'compile'.
  File 'link' does not exist.
   File 'obj/kohi.tools.versiongen/src/main.c.o' does not exist.
  Must remake target 'obj/kohi.tools.versiongen/src/main.c.o'.

To Reproduce
Steps to reproduce the behavior:

  1. Go to project root folder
  2. Run build-debug.sh or make -f Makefile.executable.mak all TARGET=debug ASSEMBLY=kohi.tools.versiongen --debug to get debug info
  3. The build progress is stuck

Expected behavior
Build succeed or failed with error messages

Desktop (please complete the following information):

  • OS: macOS Sonoma 14.5
  • Homebrew clang version 13.0.1
  • GNU Make 4.4.1
  • vulkan SDK 1.3.296.0
@ttys000 ttys000 added the bug Something isn't working label Oct 9, 2024
@ttys000 ttys000 changed the title [BUG]Unable to build on MacOS [BUG]Unable to build on macOS Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants