# glibc_builder32 **Repository Path**: mrskye/glibc_builder32 ## Basic Information - **Project Name**: glibc_builder32 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-10 - **Last Updated**: 2021-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # glibc_builder32 prebuilt debug libc for study ### how to use ``` docker pull skysider/glibc_builder32:${glibc_version} ``` compiled libc.so is located in `/glibc/${glibc_version}/32/lib/` . ### supported libc version - 2.19 - 2.23 - 2.24 - 2.26 - 2.27 - 2.28 - 2.29 - 2.30 - 2.31 besides, you can also build your own glibc version with following command: ```shell docker build --build-arg GLIBC_VERSION=${version} -t . ```