-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
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
Labels
No labels