Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error on running triangle: Received a SIGABRT: Aborted
#4
(07-17-2020, 11:32 AM)Brian Beuken Wrote: I had a look at your code thanks for sending it, and letting me know the scratchpad mailbox was clogged up with spam. I cleared it out.

yup, as I suspected, it's the drivers (though do make sure you also have the legacy gldrivers set in raspi-config) ... you had the 3 listed in the book, which is totally correct for Raspbian Jessie, but Rasbian Buster needs

GLESv2_static EGL_static vchiq_arm vcos khrn_static bcm_host pthread 

if you go to your Visual GDB makefile settings and change the libs to these, it works perfectly, so you entered it all fine.

Fantastic, thanks Brian, it worked!

A small note for anyone in the same boat: it's important to remove the libs in the Visual GDB makefile for Jessie (GLESv2 EGL bcm_host) if you're using Buster. Adding the Buster libs to the existing Jessie ones didn't work for me, so just have the Buster ones.
Reply


Messages In This Thread
RE: Error on running triangle: Received a SIGABRT: Aborted - by Lawro - 07-17-2020, 12:49 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)