my_config.h file missing
Posted by: Roger S
Date: January 24, 2019 11:57AM

I am trying to build a MySQL client only in C using Code Composer Studio to run on a micro without an RTOS. Its only function is to push a fixed format record to the server with no other features. I have downloaded the Connector/c source files and added all the "include" files to my build. I am getting 1 build error indicating that the #include "my_config.h" file can't be found. The reason is that it doesn't exist in the distribution. The online documentation seems to indicate that it is part of the server package but I downloaded that also and it is not included. The comments indicate this file defines the platform specific characteristics but gives no clue as to what they might be. Where can I get this file and what information should it contain??

Options: ReplyQuote


Subject
Views
Written By
Posted
my_config.h file missing
1392
January 24, 2019 11:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.