Setup NetBeans to remote develop and debug cpp programs on Beaglebone Black or Raspberry Pi

  1. Project Properties

projpropertiesOpen Netbeans Project Properties

buildhosts

Select / create new remote build host

newhost
Add new remote host
hostloginusername
Setup new host user name

mysqlinclude

If mysql is used add include directory

linker

Set linker settings

add mysql compiler helper options`mysql_config --cflags --libs​`notice the back ticks (`) rather than (‘) apostrophe. Which denote commands that are to be executed by the shell separately (but before) the rest of the command that was issued.