-
If I include in CMakeLists.txt lines:
LIST(APPEND CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "SomePathToDir")
LIST(APPEND CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "SomePathToDir")
then i would expect…
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
I open this issue to give some limited ideas on extending the *Windows Support* wiki pag…
-
The convention, as well as the default assumption of GNU Make, is that the default C and C++ compilers are invocable with `cc` and `c++` respectively. With MXE, this is only done for g++, which is for…
-
Could I suggest parsing `gcc -march=native -dM -E -
-
It is not currently possible to build the repo using MSVC and so building on Windows is not easy.
Using `cmake` (rather than `scons`) might simplify the process of resolving tools and passing optio…
-
```
The zeroconf has hardcoded "cc -dumpmachine" and "cc -dumpversion" to broadcast
compiler version available/required. The makes it very inconvenient for
cross-compiler users.
BUG:
The distcc sho…
-
```
The zeroconf has hardcoded "cc -dumpmachine" and "cc -dumpversion" to broadcast
compiler version available/required. The makes it very inconvenient for
cross-compiler users.
BUG:
The distcc sho…
-
```
The zeroconf has hardcoded "cc -dumpmachine" and "cc -dumpversion" to broadcast
compiler version available/required. The makes it very inconvenient for
cross-compiler users.
BUG:
The distcc sho…
-
A cross compiler should be actually used to compile the OS. See: [link](http://wiki.osdev.org/Why_do_I_need_a_Cross_Compiler%3F)
-
I use cross-compile aarch64-none-linux-gnu-gcc version 9.2.1 to compile **without any problem**, but when I use version 11.4 to compile, an error will be reported. The error is as follows:
CC testc…