diff --git a/examples/README.md b/examples/README.md index 23a3967e6..e7bb5569a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -317,8 +317,7 @@ options: LDELFFLAGS = -r -e main ``` - If you use GCC to link, you make also need to include `-nostdlib` or - `-nostartfiles` and `-nodefaultlibs`. + If you use GCC to link, you make also need to include `-nostdlib`. 3. This example also requires `genromfs`. `genromfs` can be build as part of the nuttx toolchain. Or can built from the `genromfs` sources that can be found @@ -733,8 +732,7 @@ configuration options: LDMODULEFLAGS = -r -e module_initialize ``` - If you use GCC to link, you make also need to include `-nostdlib` or - `-nostartfiles` and `-nodefaultlibs`. + If you use GCC to link, you make also need to include `-nostdlib`. 3. This example also requires `genromfs`. `genromfs` can be build as part of the nuttx toolchain. Or can built from the `genromfs` sources that can be found @@ -1275,8 +1273,7 @@ Test-specific configuration options: LDELFFLAGS = -r -e main ``` - If you use GCC to link, you make also need to include `-nostdlib` or - `-nostartfiles` and `-nodefaultlibs`. + If you use GCC to link, you make also need to include `-nostdlib`. 3. This example also requires `genromfs`. `genromfs` can be build as part of the nuttx toolchain. Or can built from the `genromfs` sources that can be found @@ -1547,8 +1544,7 @@ system. At run time, the shared library is installed and exercised. Requires LDMODULEFLAGS = -r -e module_initialize ``` - If you use GCC to link, you make also need to include `-nostdlib` or - `-nostartfiles` and `-nodefaultlibs`. + If you use GCC to link, you make also need to include `-nostdlib`. 3. This example also requires `genromfs`. `genromfs` can be build as part of the nuttx toolchain. Or can built from the `genromfs` sources that can be found