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

add armhf test for bionic and focal, #474

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

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    50264ba View commit details
    Browse the repository at this point in the history
  2. use gcc -dumpmachine , instead of uname -m

    beacuase uname -m returns host architecutre within docker environment
    so if you run arm7v compile on docker/arm64, it returns aarch64, that confusis ros build farm https://build.ros.org/job/Nbin_ufhf_uFhf__euslisp__ubuntu_focal_armhf__binary/
    k-okada committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    cfeca75 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. debug k-okada/armhf_focal

    k-okada committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    8d89df2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb59fa5 View commit details
    Browse the repository at this point in the history
  3. armhf bionic/focal crashes on eval.c(call_foreign), but it solved by …

    …disabling tree-vrp optimiation
    k-okada committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    c8a5899 View commit details
    Browse the repository at this point in the history
  4. use 64bit data within ARM 32bit code

    fix
    
    eval.c: In function 'call_foreign':
    eval.c:1114:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     1114 |     ifunc = (eusinteger_t (*)())((((eusinteger_t)ifunc)&0xffffffff00000000)
          |             ^
    k-okada committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    800f69e View commit details
    Browse the repository at this point in the history
  5. charmacro functions did not put on 4-byte alignment, with -falign-fun…

    …ction options on recent armhf compilers
    k-okada committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    6404c3b View commit details
    Browse the repository at this point in the history
  6. increse catcom size

    k-okada committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    c1f0646 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d9bff8 View commit details
    Browse the repository at this point in the history