Giter Site home page Giter Site logo

xiongxiaol / aalsdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from intel/aalsdk

0.0 0.0 0.0 11.74 MB

Shell 3.87% C++ 57.36% Python 2.63% Perl 0.01% C 28.15% Verilog 0.04% SystemVerilog 3.71% Makefile 2.45% CMake 0.13% Batchfile 0.14% Lex 0.43% M4 1.09%

aalsdk's Introduction

DISCONTINUATION OF PROJECT.

This project will no longer be maintained by Intel.

Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

Intel no longer accepts patches to this project.

If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

AALSDK

To build anything, first start with prep-build:

$ ./prep-build

To build aaluser

$ cd aaluser $ mkdir mybuild $ cd mybuild $ ../configure $ make $ sudo make install

NOTE: to build a local version of aaluser that will install locally for debugging, there are several techniques, but this one definitely works:

$ cd aaluser $ mkdir mybuild $ cd mybuild $ ../configure --prefix=$PWD/../../myinst # myinst is the target install directory $ make -j4 # more threads, faster build $ make install # no sudo, because going to a local directory

To build aalsamples (which depend upon aaluser installation, so need that directory)

assume you are still in aaluser/mybuild

$ cd ../../aalsamples $ make prefix=$PWD/../myinst # note this is not --prefix, but prefix # point to aaluser installation directory tree

To execute a sample, e.g. HelloAAL ...

assume you are still in aalsamples

$ source ld_library_path # add pointer to AAL Ping Service in Hello_AAL_Service $ Hello_AAL/SW/helloaal # execute AAL Ping Client against the AAL Ping Service

To build aalkernel (good up through about kernel 3.6)

assume you are in aalsdk

$ cd aalkernel $ mkdir mybuild $ cd mybuild $ ../configure --prefix=$PWD/../../myinst # same local directory as AAL, but could be anywhere $ make -j4 $ make install

To load the driver (note that the HW likely no longer exists)

$ cd $PWD/../../myinst $ ./insdrv

aalsdk's People

Contributors

tswhison avatar joegrecco avatar luebbers avatar anandaravuri avatar r-rojo avatar lokchandkoppaka avatar rpsttd avatar diptisherlekar avatar crauer-intel avatar rdower avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.