Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Library changes
#5
(03-31-2019, 10:17 AM)jzarra34 Wrote: Hello Brian,

Thanks for this warning, it is very important.

Unfortunately I still have not been able to make progress after this part of the book (more than a month, I am a student, this is a hobby, do not judge me).

I attach to this reply two images of the errors I get after setting up the libraries. 

Basically I have tweaked the file names, the paths, the absolute paths, etc., to make it match with what the error seems to point, but so far haven't figured it out. I believe my issue lies on the Library Names. The ones on my RaspPiB3+ (Raspbian 4.14.79-v7+) are under /opt/vc/lib. I also attach a print-screen of the directory structure.

I would appreciate any advice, I am running this on Windows 10 with Visual Studio 2017.

Some print-screens of a working configuration with a similar setup to mine would be HIGHLY appreciated.


Kind Regards,
Sebastian!
Hey Sebastian
no judgement, we all get confused at the start.
In your case thats quite a nice bug but I think it may be due to you naming the libs with the lib prefix and the .a extension, don't add the "lib" or ".a" part, just GLESv2_static not libGLESv2_static.a that is the name of the file, but the name of the library is just GLESv2_static so thats what we use in Linux builds such as Raspbian.

Same for the other libs, you need all of them in the latest versions of Raspbian.

When it asks for the name of the lib you don't need to give any more info than the post above gives.
If that does not work, please zip up your project and send it to me, I'll debug it for you and let you know

If it does work, post here and let me know.
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's 



Reply


Messages In This Thread
Library changes - by Brian Beuken - 03-15-2018, 08:51 AM
RE: Library changes - by Brian Beuken - 03-25-2019, 08:29 AM
RE: Library changes - by Brian Beuken - 03-26-2019, 09:46 AM
RE: Library changes - by jzarra34 - 03-31-2019, 10:17 AM
RE: Library changes - by Brian Beuken - 03-31-2019, 10:26 AM
RE: Library changes - by Brian Beuken - 06-27-2019, 10:27 AM
RE: Library changes - by Brian Beuken - 06-27-2019, 05:01 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)