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

Build failure with new libc (missing references to functions) #39

Open
ParzivalWolfram opened this issue Jul 30, 2024 · 1 comment
Open
Assignees

Comments

@ParzivalWolfram
Copy link
Member

Something has broken in new-ish libc that causes most distros' arm-none-eabi toolchains to fail to compile the loader due to missing functions. More specifically, the following functions fail due to undefined references in Arch's arm-none-eabi-newlib package:

  • _close
  • _lseek
  • _read
  • _write
  • _sbrk
  • _exit
  • _fstat
  • _isatty
  • _kill
  • _getpid
@ParzivalWolfram
Copy link
Member Author

This would be partially solved by building both this and arm9linuxfw inside Buildroot, using the toolchain it generates. This isn't necessarily a good idea, but it would work.

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

No branches or pull requests

1 participant