mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-17 18:31:44 +08:00
parent
283acbbfdd
commit
8f4543f202
@ -19,6 +19,20 @@ observe now multiple definition linker errors. For example, if global
|
|||||||
variables are declared and defined in header files (usually a missing
|
variables are declared and defined in header files (usually a missing
|
||||||
``extern`` in the header file).
|
``extern`` in the header file).
|
||||||
|
|
||||||
|
No -specs bsp_specs GCC Option
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
The ``-spec bsp_specs`` GCC Option is no longer needed to build RTEMS
|
||||||
|
applications and there is no :file:`bsp_specs` file installed. If you use this
|
||||||
|
option, then you get an error like this:
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
sparc-rtems6-gcc: fatal error: cannot read spec file 'bsp_specs': No such file or directory
|
||||||
|
|
||||||
|
You can remove this GCC option from your build to fix this error.
|
||||||
|
Alternatively, you can add an empty :file:`bsp_specs` file.
|
||||||
|
|
||||||
Replacements for Removed APIs
|
Replacements for Removed APIs
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user