simbit18 opened a new pull request, #3211:
URL: https://github.com/apache/nuttx-apps/pull/3211
## Summary
Add:
- Conway's Game of Life #3210
## Impact
Impact on user: NO
Impact on build: This PR Aligned Cmake with Make
Impact on hardware: NO
Impact on documentation: NO
Impact on security: NO
Impact on compatibility: NO
## Testing
locally
```
D:\nuttxtmp\nuttx>cmake -B build -DBOARD_CONFIG=raspberrypi-4b:cgol -GNinja
-- Found Python3:
C:/Users/bit/AppData/Local/Programs/Python/Python313/python.exe (found version
"3.13.3") found components: Interpreter
-- Processing includes:
D:/nuttxtmp/nuttx/boards/arm64/bcm2711/raspberrypi-4b/configs/cgol/defconfig ->
D:/nuttxtmp/nuttx/build/.defconfig.processed
-- nuttx_add_subdirectory: Skipping cxx-oot-build
-- Initializing NuttX
-- ENV{PROCESSOR_ARCHITECTURE} = AMD64
Select HOST_WINDOWS=y
Select WINDOWS_NATIVE=y
-- CMake: 3.31.5
-- Ninja: 1.12.1
-- Board: raspberrypi-4b
-- Config: cgol
-- Appdir: D:/nuttxtmp/apps
-- The C compiler identification is GNU 13.2.1
-- The CXX compiler identification is GNU 13.2.1
-- The ASM compiler identification is GNU
-- Found assembler:
D:/nx20250410/tools/gcc-aarch64-none-elf/bin/aarch64-none-elf-gcc.exe
-- nuttx_add_subdirectory: Skipping cxx-oot-build
-- Configuring done (7.5s)
-- Generating done (2.3s)
-- Build files have been written to: D:/nuttxtmp/nuttx/build
D:\nuttxtmp\nuttx>cmake --build build
[1146/1148] Linking CXX executable nuttx
Memory region Used Size Region Size %age Used
[1148/1148] Generating nuttx.hex
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]