[Discussion] Doubts regarding nxflat supported features
Open
- Dominant language
- C
- Stars
- 4k
- Forks
- 1.7k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 237
Description
Hello all!
1. Is c++ supported by nxflat? binfmt/libelf seems to support cpp and I can see some cpp related code in it. But binfmt/nxflat doesn't seem to have any cpp related code. I am confused because there is test code present in apps for cpp https://github.com/apache/nuttx-apps/tree/master/examples/nxflat/tests/hello%2B%2B
2. Is it possible to import global variables in nxflat application? I have read in xflat that it doesn't support global variables sharing across modules and we need to provide a wrapper function around the variables. Is this the same case with nxflat too?
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.