Re: [yocto] Recipe for using a custom Makefile with C source

2024-06-12 Thread Kaiwan N Billimoria
On Wed, Jun 12, 2024 at 6:11 PM Ross Burton wrote: > > On 12 Jun 2024, at 12:38, Kaiwan N Billimoria > wrote: > > > > On Wed, Jun 12, 2024 at 4:43 PM Ross Burton wrote: > >> > >> On 12 Jun 2024, at 11:44, Kaiwan N Billimoria via lists.yoctoproject.

Re: [yocto] Recipe for using a custom Makefile with C source

2024-06-12 Thread Kaiwan N Billimoria
On Wed, Jun 12, 2024 at 4:43 PM Ross Burton wrote: > > On 12 Jun 2024, at 11:44, Kaiwan N Billimoria via lists.yoctoproject.org > wrote: > > > > Hello all! > > > > I have a newbie question regarding creating a recipe for C code, where > > the project

Re: [yocto] Recipe for using a custom Makefile with C source

2024-06-12 Thread Kaiwan N Billimoria
Whoops! in my previous message, the last output line should read 'helloworld_dbg' and not 'hellowworld_dbg2' (was just another experiment).. On Wed, Jun 12, 2024 at 4:14 PM Kaiwan N Billimoria wrote: > > Hello all! > > I have a newbie question regarding creating

[yocto] Recipe for using a custom Makefile with C source

2024-06-12 Thread Kaiwan N Billimoria
x/hellomake/1.0/helloworld_dbg2* You can see that both binaries are essentially the same... (I realize that an answer to a very similar query was posted here [1]; am just looking to see if there's any update). [1] https://stackoverflow.com/questions/34934869/why-does-bitbake-ignore-cflags-in-m