2

When building GCC from source in a Docker container I get the error

<asm/param.h> no such file or directory.

Damini Suthar
  • 1,470
  • 2
  • 14
  • 43
Connor Fuhrman
  • 781
  • 6
  • 15

1 Answers1

3

You need to install the Linux headers via apk add linux-headers.

Related: asm vs asm-generic in linux headers -- are they same

Connor Fuhrman
  • 781
  • 6
  • 15