You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are still several issues with each different TI toolset.
These issues include things like:
misnamed compiler options
unnecessary or invalid quoting
missing quoting
incorrect library specifications
missing functionality
This can be done in a structured way by running the boost-build-toolset-tester on each individual compiler and ensuring that all errors and warnings that can be fixed are fixed. Unfortunately, not all features are available on all compilers, so there will always be some failures. For example, the TMS320C5400 3.10 compiler does not support C++, so all C++ related tests will fail.
The text was updated successfully, but these errors were encountered:
There are still several issues with each different TI toolset.
These issues include things like:
This can be done in a structured way by running the boost-build-toolset-tester on each individual compiler and ensuring that all errors and warnings that can be fixed are fixed. Unfortunately, not all features are available on all compilers, so there will always be some failures. For example, the TMS320C5400 3.10 compiler does not support C++, so all C++ related tests will fail.
The text was updated successfully, but these errors were encountered: