Skip to content

Build and Test for Linux/ARM64 #110

@odidev

Description

@odidev

Description

For aarch64 platform, I have built "Bison" from source.

Steps

Following STEPS were used for the building and installation:


$ git clone https://github.com/akimd/bison.git 

$ cd bison && git checkout v3.1.90 

$ git submodule update –init 

$ ./bootstrap 

$ ./configure 

$ make  

Outcome

Make command generated bison binary in ./src/. To validate that the build was successful we ran version check. The version info returned matched expected value(s).


$ ./src/bison -V 

bison (GNU Bison) 3.1.90 

Written by Robert Corbett and Richard Stallman. 

  

Copyright (C) 2018 Free Software Foundation, Inc. 

This is free software; see the source for copying conditions.  There is NO 

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 

All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions