Search Results
Search results 1-5 of 5.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello, is there a way to include a C header with definitions into Linker Scipt file? At IAR this is possible: Thanks Adi
-
Hi, you can use so called macros to get env. infos. Ref. to attached screenshot. What do you mean with SDK path? The path to the toolchain? forum.segger.com/index.php/Attachment/4555/
-
[SOLVED] Hex file missmatch between build on Jenkins server (ubuntu linux) to build on Windows 10
PostUPDATE: Now I updated the Embedded Studio to Version 5.40 and the hex files now match to each other. BUT the build takes much more time than in the old Embedded Studio Verison 4.12 with same project settings. (On both OS Linux and Windows).... Is there a way with 5.40 to be as fast as with 4.12?
-
[SOLVED] Hex file missmatch between build on Jenkins server (ubuntu linux) to build on Windows 10
PostI have another Solutions which works fine and as expected. Same hex on both OS. --> There is only one project included in the solution . The Solution with the issue differs from the working one with using a dependend project (Application and Bootloader). So the Solution first builds the booloader and the the Application project. Maybe there is a Problem ...? The bootloader hex itself will be generated as expected. I attached a screenshot which shows the differences, which are starting in the mid…
-
[SOLVED] Hex file missmatch between build on Jenkins server (ubuntu linux) to build on Windows 10
PostHello, I have a missmatch when building a solution containing 2 projects when building them on a build server (linux based ) and my local Win10 client. Are there any restrictions which i need to take care of when using the same project on two diferent OS?