Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide compiler specs with default esp8266-specific libraries/map file #209

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2016

  1. crosstool-NG: provide specs with default libraries/map file

    The specs file gives the list of default libraries, linker script (if
    one is not specified in the command line) and empty set of start and end
    files.
    
    -T command line option may be used to override the default linker script.
    -nodefaultlibs or -nostdlib switches may be used to empty spec-supplied
    set of default libraries.
    
    Signed-off-by: Max Filippov <[email protected]>
    jcmvbkbc committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    da750ad View commit details
    Browse the repository at this point in the history
  2. examples/blinky: drop LDFLAGS and LDLIBS

    Now that gcc links with necessary libraries and linker script by default
    and does not try to use start and end files drop these options.
    
    Signed-off-by: Max Filippov <[email protected]>
    jcmvbkbc committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    20029a7 View commit details
    Browse the repository at this point in the history