Skip to content

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

@ParzivalWolfram

Description

@ParzivalWolfram

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions