Re: RE: Hi,anybody build nuttx that use openamp on board STM32H747I-disco

2020-05-09 Thread Xiang Xiao
On Sat, May 9, 2020 at 10:47 AM stee...@163.com wrote: > > Thanks a lot > I make it work > > But there is some other bugs > First > in file > /incubator-nuttx/include/metal/cpu.h > line 15# include should be # include > > > Second > There is no "processor " directory under /incubator-nu

Re: Re: Hi,anybody build nuttx that use openamp on board STM32H747I-disco

2020-05-08 Thread stee...@163.com
ok, I find a good way to solve the problem modify /incubator-nuttx/include/metal/cpu.h line 15# include to # include stee...@163.com 发件人: stee...@163.com 发送时间: 2020-05-09 10:47 收件人: dev 主题: Re: RE: Hi,anybody build nuttx that use openamp on board STM32H747I-disco Thanks a lot I

Re: RE: Hi,anybody build nuttx that use openamp on board STM32H747I-disco

2020-05-08 Thread stee...@163.com
Thanks a lot I make it work But there is some other bugs First in file /incubator-nuttx/include/metal/cpu.h line 15# include should be # include Second There is no "processor " directory under /incubator-nuttx/include/metal I don't understand the rules of makefile ,I just copy the