commit | 85ff9167b48436b79b3fc7d0bb233837febd780b | [log] [tgz] |
---|---|---|
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Thu Dec 13 11:58:22 2018 +0000 |
committer | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Thu Dec 13 11:58:22 2018 +0000 |
tree | 73fac98949efa135a6ffb298a7243710f512863e | |
parent | 0122caf080a3b81c66fd31f3778352df7bbb5134 [diff] |
gdb: fix ABI delta with kernel and make sure GDB flag is fully exported Align ABI with kernel and make sure GDB enabled flag is fully exported to all platforms. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
See docs
Run autogen.sh
Build and install the rimage ELF image creator and signing tool
./configure --enable-rimage make sudo make install
Baytrail :-
./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
Cherrytrail :-
./configure --with-arch=xtensa --with-platform=cherrytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
Library for Host Platform :- If building library for host platform, run the following configure. Please modify the --prefix option to choose the directory for installing the library files and headers
./configure --with-arch=host --enable-library=yes --host=x86_64-unknown-linux-gnu --prefix=$PWD/../host-root/
make
make bin
End with an example of getting some data out of the system or using it for a little demo
See unit testing documentation
Add additional notes about how to deploy this on a live system
TODO?
This project is licensed under the BSD Clause 3 - see the LICENCE file for details