1_image_BFU trying to build the project but I get assember error - File does not exist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-23 4:41 AM
Hello there!
I've been trying to make the Lora-FOTA example portable by converting the include paths, resource links, linker path and pre/postbuild files to be "project related paths" instead of absolute paths.
Everything worked out very well with kms_blob and secore projects. I've been getting an issue with bfu project build.
I'm getting this error when I'm trying to compile the project after I've updated all the above mentioned paths.
1. I have moved the SECoreBin project 1 dir back.
2. I have renamed the build output from "Debug" to "BUILD_debug"
3. I have compiled first the kms_blob then the secorebin and lastly the bfu project (which ends up in error)
4. Other two builds are successfull with no errors.
Is there anything missing ?
1. I'm suspecting workspace related issues (even I don't see any workspace relation in all the paths or in the .cproject or in .project files
2. Is there fixed locations regarding the assember for this project ?! Am I going nuts ?!
Kind regards,
Kyf
Solved! Go to Solution.
- Labels:
-
SBSFU
-
STM32 Security
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-23 5:58 AM
I've figured this out...
PLEASE DO NOT WRITE CODE like this next time. DO create a small sw tool for this job....
This was the issue... the linker command to include the binary file. As soon as I fixed this absolute path, the program compiled successfully.
Kind regards,
kyf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-23 5:58 AM
I've figured this out...
PLEASE DO NOT WRITE CODE like this next time. DO create a small sw tool for this job....
This was the issue... the linker command to include the binary file. As soon as I fixed this absolute path, the program compiled successfully.
Kind regards,
kyf
