| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* Improved toolchan file, accounts for different versions
* Don't force static runtime linking (was causing test errors)
* Include MinGW runtime in packaging
|
| |
|
|
|
|
|
|
| |
* Added CMake toolchain file, compatible with different versions
* No dependency on MinGW runtime, all statically linked
* Misc coding tweaks to allow MinGW to compile
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This appears to build uhd cross using my toolchain. Run cmake with:
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/arm_cortex_a8_cross.cmake \
-DENABLE_E100=ON -DENABLE_USRP_E_UTILS=TRUE ../
It does not detect orc properly.
Signed-off-by: Philip Balister <philip@opensdr.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
See: http://www.mail-archive.com/cmake@cmake.org/msg33248.html
Also credit to OpenEmbedded for doing something similar in the toolchain file
they create.
Note that adding the SYSTEM_NAME to the toolchain file sets CROSS_COMPILING,
which is not what we want for native compiling.
Signed-off-by: Philip Balister <philip@opensdr.com>
|
|
|