it’s my first time working with the pi2.
there is not make file to make an executable for the projectGenerator.
the command line projectGenerator has a make file and makes projects but not the GUI version of the projectGenerator.
Generally the project generator isn’t needed for the raspberry Pi. You should just be able to copy the Makefiles (Makefile, config.make, addons.make) to the project folder of your choice and run make -j4.
@arturo@jvcleave erhaps we should make sure there’s no PG files in the arm distros and make a note of this on the startup guide?
thanks so much for the fast reply. much appreciated.
as a tag on question.
i like IDEs so, would yu recommend installing code blocks and somehow make a project file for it in my project folder? question would be how to make that code blocks project file.
it’s not the in setup guide
for now i am basically just copying over the src folder and addon.make file, then copy config.make and makefile from any arm7 example folder.
then in the PI2 terminal i cd to the right folder, then make, then in the OS GUI go to the bin folder and double click the executable.
it works.