Code::Blocks Forums

User forums => Help => Topic started by: pcbaylor on August 29, 2015, 09:18:05 pm

Title: I am trying to create a table in C::B
Post by: pcbaylor on August 29, 2015, 09:18:05 pm
Every time I try to build a simply program I get a build log that says:
Linking stage skipped (build target has no object files to link)
Nothing to be done (all items are up-to-date).

Anyone know how to fix this? Or can anyone help me build this table? Thanks
Title: Re: I am trying to create a table in C::B
Post by: stahta01 on August 29, 2015, 10:55:12 pm
1. Add the file to the project.
2. Verify the file properties has "compiler" and "link" checked.
3. Verify the file properties has the file as part of the target being built.

Tim S.