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

Cannot create project

Good afternoon,

I'm facing an issue porting the mqtt simple project of the nrf stack to an application that I'm developing myself.

The issue is, when I try merge prj.cnf of the mqtt_simple with my own prj.cnf, the segger says that cannot create the project. Commenting some parts of the conf file, I see that the variables that are creating the issue are this ones:

# Application
#CONFIG_MQTT_PUB_TOPIC="my/publish/topic"
#CONFIG_MQTT_SUB_TOPIC="my/subscribe/topic"
#CONFIG_MQTT_CLIENT_ID="my-client-id"
#CONFIG_MQTT_BROKER_HOSTNAME="mqtt.eclipseprojects.io"
#CONFIG_MQTT_BROKER_PORT=1883

# Enable logging
#CONFIG_MQTT_SIMPLE_LOG_LEVEL_DBG=y

Is there any way of obtaining any report from Segger that could help me to understand why those configs cannot be activated in my project?

Many thanks in advance,

Ángel

Related