Re: Error in building rv32imac BSP

2020-02-20 Thread Gedare Bloom
On Thu, Feb 20, 2020 at 9:23 AM Jiri Gaisler wrote: > > > On 2/20/20 5:03 PM, Eshan Dhawan wrote: > > > > make[3]: Leaving directory > > '/home/eshan/development/rtems/kernel/rtems/rv32imac/riscv-rtems5/c/rv32imac' > > checking for RTEMS_CPU_MODEL... > > checking for RTEMS_BSP_FAMILY... riscv > >

Re: Error in building rv32imac BSP

2020-02-20 Thread Gedare Bloom
On Thu, Feb 20, 2020 at 9:24 AM Mritunjay Sharma wrote: > > Hi Eshan, > > I think the error here is "no acceptable cc found in $PATH" which means GCC > compiler might be missing > > Please try to fix it with : > > sudo apt install gcc > > Or > > sudo apt install build-essential > > If GCC compile

Re: Error in building rv32imac BSP

2020-02-20 Thread Mritunjay Sharma
Hi Eshan, I think the error here is "no acceptable cc found in $PATH" which means GCC compiler might be missing Please try to fix it with : sudo apt install gcc Or sudo apt install build-essential If GCC compiler is already installed, there are chances that symbolic link is missing. In that

Re: Error in building rv32imac BSP

2020-02-20 Thread Jiri Gaisler
On 2/20/20 5:03 PM, Eshan Dhawan wrote: > > make[3]: Leaving directory > '/home/eshan/development/rtems/kernel/rtems/rv32imac/riscv-rtems5/c/rv32imac' > checking for RTEMS_CPU_MODEL... > checking for RTEMS_BSP_FAMILY... riscv > checking for CPU_CFLAGS... (cached) -march=rv32imac -mabi=ilp32 > che