https://github.com/r-gld/l3_s6_sys2_tp1
https://github.com/r-gld/l3_s6_sys2_tp1
c lab-session licence-informatique system-programming
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/r-gld/l3_s6_sys2_tp1
- Owner: R-Gld
- Created: 2025-02-01T00:08:15.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-02-01T00:43:58.000Z (5 months ago)
- Last Synced: 2025-03-26T07:09:48.342Z (3 months ago)
- Topics: c, lab-session, licence-informatique, system-programming
- Language: C
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/R-Gld/L3_S6_Sys2_TP1/actions/workflows/cmake-multi-platform.yml)
# L3 S6 - 1st Système 2 TP## Usage
```bash
mkdir -p build
cd build
cmake ..
make
```This will generate two executables: `TP1_EX1` and `TP1_EX2`.
## Known bug
After executing `TP1_EX2` in a folder, the `TP1_EX1` fail with the error:
> **shmget**: Invalid argumentYou can change the working directory to temporarily avoid this problem.