Date
1 - 2 of 2
galileo building problem
Anupam Datta
Hi,
I had set up all the dev libaries, SDK and downloaded required files ( https://www.zephyrproject.org/doc/board/galileo.html ). but under $ZEPHYR_BASE directory when I did make BOARD=galileo it showed Makefile:11: *** Invoking make from top-level kernel directory is not supported. Stop. Anyone please let me know where the problem is?
|
|
Nashif, Anas
Hi,
toggle quoted messageShow quoted text
You need to go into an application directory and build in the application directory, for example: $ cd samples/hello_world/nanokernel $ make BOARD=galileo Regards, Anas
On 19/02/2016, 13:55, "Anupam Datta" <adbd04(a)gmail.com> wrote:
Hi,
|
|