embeddedartistry / embeddedartistry/libcpp
cross compile with my own libc
Open
question
- Dominant language
- C++
- Stars
- 99
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
How do I cross compile (for mips/arm) with my own version of libc using its .a and headers?
I'd like to disable features like exceptions, replace new/delete, no gnu extension etc
Contributor guide
Research direction
Start by reviewing how this project wraps libcxx and how its build configuration handles cross-compilation for MIPS and ARM. Clarify the supported configuration for a custom libc, including supplied .a files and headers, disabled exceptions, custom new/delete, and no GNU extensions; the issue is done when that behavior is documented or supported with a reproducible configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, embedded-iot
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100