Page 1 of 1

Build Error, argument map_file: can't open

Posted: Wed May 01, 2024 5:27 am
by yudinz
Hi all,

I am getting this error in trying out the nimble blecent example. Cant for the life figure out how to solve it as I am fairly new to this.

I have included a screenshot with my c_ccp_properties.json file in case you need that.

Also including the main.c file for reference.

Many thanks for the help in advance.
Screenshot 2024-05-01 at 5.20.02 PM.png
Screenshot of the error
Screenshot 2024-05-01 at 5.20.02 PM.png (302.55 KiB) Viewed 762 times

Re: Build Error, argument map_file: can't open

Posted: Wed May 01, 2024 9:13 am
by MicroController
There may be an extraneous whitespace in the path after ESP or before Test.
Try doing a clean and reconfigure, e.g. via idf.py clean reconfigure from the command line.

Re: Build Error, argument map_file: can't open

Posted: Wed May 01, 2024 10:58 pm
by yudinz
Did that but still same issue but will a little more infor maybe (picture attached).

I deleted the esp files and reinstalled it but comes up with the same issue, anyone with any ideas?
Screenshot 2024-05-02 at 10.56.34 AM.png
Screenshot 2024-05-02 at 10.56.34 AM.png (830.17 KiB) Viewed 589 times

Re: Build Error, argument map_file: can't open

Posted: Wed May 01, 2024 11:03 pm
by yudinz
MicroController wrote:
Wed May 01, 2024 9:13 am
There may be an extraneous whitespace in the path after ESP or before Test.
Try doing a clean and reconfigure, e.g. via idf.py clean reconfigure from the command line.
Actually, my apologies but there was a space between ESP and Test once changed to ESP_Test everything worked fine. Many thanks for your help