News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

I am trying to create a table in C::B

Started by pcbaylor, August 29, 2015, 09:18:05 PM

Previous topic - Next topic

pcbaylor

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

stahta01

#1
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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]