2016-09-21 22:57:22 +08:00
|
|
|
|
|
|
|
Build Instructions
|
|
|
|
|
|
|
|
1) Run "autogen.sh"
|
|
|
|
|
|
|
|
2) Run the following configure based on your platform.
|
|
|
|
|
|
|
|
Baytrail :-
|
|
|
|
|
2016-10-31 20:49:37 +08:00
|
|
|
./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf host_alias=xtensa-byt-elf
|
2016-09-21 22:57:22 +08:00
|
|
|
|
|
|
|
Cherrytrail :-
|
|
|
|
|
2016-10-31 20:49:37 +08:00
|
|
|
./configure --with-arch=xtensa --with-platform=cherrytrail --with-root-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf host_alias=xtensa-byt-elf
|
2016-09-21 22:57:22 +08:00
|
|
|
|
|
|
|
3) make
|
|
|
|
|
|
|
|
4) make bin
|
|
|
|
|
|
|
|
|