В Help я вычитал следующее:
"Note The standard fplib libraries f* support only the Round to nearest rounding mode. If you require support for the other rounding modes, you must use the full IEEE g* libraries. See Library naming conventions."
Пошел смотреть Library naming conventions.
"Normally, you do not have to list any of these libraries explicitly on the linker command line. The ARM linker automatically selects the correct C or C++ libraries to use, and it might use several, based on the accumulation of the object attributes.
If library names are explicitly named in a makefile, you must rebuild your project as follows:
Remove the explicit references to the old library names from the linker command‑line.
Add ‑‑info libraries to the linker command‑line and rebuild the project. This produces a list of all the libraries in use.
Add the new list of libraries to the linker command‑line."
Но вот как конкретно выполнить эти инструкции я никак не пойму? Подскажите, где я ошибаюсь или не понимаю, а лучше что конкретно сделать?
|