News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Specify compilation TARGET for Contiki

Started by Pavel_47, January 22, 2015, 06:46:50 PM

Previous topic - Next topic

Pavel_47

Hello,

In Contiki projects the parameter TARGET plays important role, as it defines specific subdirectory among several available platforms:

  • cooja
  • native
  • sky
  • micaz
  • cc2538
  • etc...
When using custom makefile, it contains reference to Makefile.include file, that do the necesssary job.
But how to take into account (or its content) in Code::Blocks

Thanks

stahta01

Do you know how to download files and follow links?

If no, ask for help or learn on your own.

I wasted enough time trying to help you.

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]

Pavel_47

Quote from: stahta01 on January 22, 2015, 06:52:00 PM
Do you know how to download files and follow links?

If you mean project file, here it is ...

stahta01

#3
Read the CB Manual
http://wiki.codeblocks.org/index.php?title=User_documentation

Edit: Link directly to manual http://www.codeblocks.org/user-manual

I figure in a year or two you can figure out how to convert the makefile to an normal CB project.

I hope you can understand the manual; I have NOT ever read it.
But, I know what a compiler is; and I know that CB is NOT a compiler.

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]