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

Q: What is "error: A1023E"?

Hello,

I cannot build a known-buildable project and get error A1023E.

No Programmer's Reference exists and there is no documentation referencing this error.

I think part of the problem is Nordic does not use environment variables so there is no concrete reference point for compile, assemble and link directives. I'm stuck.

Thanks, Andre.

Parents
  • Nordic does not know the meaning of it own error codes?

    For error A1023E the brute force solution is to hunt down all relative references "...." etc in all files within the project and hard code the correct path relative to your drive letter. It takes a while. Maybe some files don't matter - I cant' say.

    I use a utility called AgentRansack that can locate any specified text string (such as ".." ) in all files within a directory and subdirectories.

Reply
  • Nordic does not know the meaning of it own error codes?

    For error A1023E the brute force solution is to hunt down all relative references "...." etc in all files within the project and hard code the correct path relative to your drive letter. It takes a while. Maybe some files don't matter - I cant' say.

    I use a utility called AgentRansack that can locate any specified text string (such as ".." ) in all files within a directory and subdirectories.

Children
No Data
Related