- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi, I configured http and mqtt in ModusToobox library, and get the compiling error of "fatal error: core_http_config.h: No such file or directory".
I tried the solution suggested by the forum, the compiling error is still there.
I tried to use
DEFINES+=CYBSP_WIFI_CAPABLE CY_RETARGET_IO_CONVERT_LF_TO_CRLF CY_RTOS_AWARE HTTP_DO_NOT_USE_CUSTOM_CONFIG MQTT_DO_NOT_USE_CUSTOM_CONFIG in my makefile but
still got same errors.
Is there any way to solve the problems? Thanks.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi @victor2022 ,
Can you please try enabling the library aws-iot-device-sdk-embedded-C from library manager in your project and see if this helps solve the issue?
If the above does not help, can you please share your firmware with us so we can further check into this?
Warm Regards
Alen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I have never gotten much further than creating a hello world program, so forgive my lack of knowledge.
I run into this issue when I try to compile my code:
#include "gtkmm.h"
class MyWindow : public Gtk::Window
{
public:
MyWindow();
};
MyWindow::MyWindow()
{
set_title("Basic application");
set_default_size(200, 200);
}
int main(int argc, char* argv[])
{
auto app = Gtk::Application::create("org.gtkmm.examples.base");
return app->make_window_and_run<MyWindow>(argc, argv);
}
Bonjour, I’M VIRGINIE
https://www.frenchtruly.com/