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

build: Update to gcc10 #3752

Merged
merged 12 commits into from
Dec 17, 2020
Merged

build: Update to gcc10 #3752

merged 12 commits into from
Dec 17, 2020

Commits on Nov 24, 2020

  1. build: Update to gcc10 preview

    jepler committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    1553a64 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Use Dec 11 gcc 10.2 release

    dhalbert committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    eea8bc4 View commit details
    Browse the repository at this point in the history
  2. suod apt-get update

    dhalbert committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    d2cb58a View commit details
    Browse the repository at this point in the history
  3. typo

    dhalbert committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    845cf03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6abe3cd View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    97947b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f9ab44 View commit details
    Browse the repository at this point in the history
  3. Fix flexible array declaration

    jepler committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    dc9bc8f View commit details
    Browse the repository at this point in the history
  4. camera: Provide correct forward-declaration of camera_imageformat_type

    This resolves the build error
    ```
    arm-none-eabi-ld: build-spresense/libmpy.a(Camera.o):(.rodata.camera_imageformat_type+0x0): multiple definition of `camera_imageformat_type'; build-spresense/libmpy.a(__init__.o):(.rodata.camera_imageformat_type+0x0): first defined here
    arm-none-eabi-ld: build-spresense/libmpy.a(ImageFormat.o):(.rodata.camera_imageformat_type+0x0): multiple definition of `camera_imageformat_type'; build-spresense/libmpy.a(__init__.o):(.rodata.camera_imageformat_type+0x0): first defined here
    arm-none-eabi-ld: build-spresense/libmpy.a(Camera.o):(.rodata.camera_imageformat_type+0x0): multiple definition of `camera_imageformat_type'; build-spresense/libmpy.a(__init__.o):(.rodata.camera_imageformat_type+0x0): first defined here
    ```
    jepler committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    3c4562c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbbd621 View commit details
    Browse the repository at this point in the history
  6. -ftree-vrp better diagnostics on -Os builds; -fno-inline-functions fo…

    …r -O2; fix struct init in HCI bleio
    dhalbert committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    fb33c4e View commit details
    Browse the repository at this point in the history
  7. squeeze some smaller boards

    dhalbert committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    4521dfb View commit details
    Browse the repository at this point in the history