Hello Greg,
> On Mon, Feb 05, 2018 at 03:25:58PM +, Evgeniy Didin wrote:
> > Patch subject: "arch: define weak abort()"
> > Commit ID: 7c2c11b208be
> > Reason: While building mpi.ko module with lastest stable Linux
> > v4.14.17 an error occured:
> > >ERROR: "
On Mon, Feb 05, 2018 at 03:25:58PM +, Evgeniy Didin wrote:
> Patch subject:"arch: define weak abort()"
> Commit ID:7c2c11b208be
> Reason: While building mpi.ko module with lastest stable Linux
> v4.14.17 an error occured:
> >ERROR: "abort" [lib/mpi
Patch subject: "arch: define weak abort()"
Commit ID: 7c2c11b208be
Reason: While building mpi.ko module with lastest stable Linux
v4.14.17 an error occured:
>ERROR: "abort" [lib/mpi/mpi.ko] undefined!
Kernel version: 4.14.x
Hi Sudip,
On Mon, 2017-12-11 at 21:26 +, Sudip Mukherjee wrote:
> gcc was generating abort due to 'divide by zero' and if it is not
> defined in the toolchain the build fails.
>
> Currently 'frv' and 'arc' are failing. Previously other arch was also
> broken like m32r was fixed by d22e3d69ee1