This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

prj.conf definition is not activated on SES

Hi, there

I'm tring to use nRF9160 bh1749 example code.

As you know, there is example code about bh1749 in <Install Folder>/nrf/samples/sensor/bh1749.

And there are many definitions in prj.conf file.

CONFIG_LOG=y
CONFIG_I2C=y
CONFIG_SENSOR=y
CONFIG_BH1749=y
CONFIG_BH1749_TRIGGER=y

I tried to build this example by command window and SES.

When i'm done by command window, Below is my result.

Alternatively, if this build by SES, the result is different.

I checked why output size is different.

I figured out that  CONFIG_BH1749_TRIGGER is not activated on SES like below.

Does anyone know why this kinds of thing happnens?

Related