Check the linker. Usually that means another object file is being compiled at the same time that also contains a main function. There must only be one main function within all associated files.
Check the linker. Usually that means another object file is being compiled at the same time that also contains a main function. There must only be one main function within all associated files.