Hello,
I wanted to add another library in addition to libgba, so I was trying to understand the Makefile for the gba examples. There is a line LIB := -lgba in the makefile. Can someone explain what "-lgba" is? Is it a flag specific to the arm gcc compiler? If so, can you guys point me to the documentation that explains what it does?
What is -lgba in the gba template Makefile?
-
- Posts: 1
- Joined: Mon Jan 09, 2017 3:49 am
Re: What is -lgba in the gba template Makefile?
it tells the linker to link libgba library to your program
-l<library>
Who is online
Users browsing this forum: No registered users and 0 guests