nibbly78 Community Member
- Member since Dec 6th 2022
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
nibbly78 -
Replied to the thread How to debug elf file that was generated from a make file.
PostIn the Rowley guide for externally built application, the wizard points "exactly" to the .elf in question... Can't seem to do this in SES! -
nibbly78 -
Replied to the thread cannot find "-lc": Invalid argument.
Post. -
nibbly78 -
Replied to the thread How to debug elf file that was generated from a make file.
PostSo, if I "modify" the project type from Externally Built Executable to >> Excutable, debug works which proves my paths etc to the elf file were correct all along. However, I lose the ability to call the make file to build etc. I then changed it back to… -
nibbly78 -
Replied to the thread How to debug elf file that was generated from a make file.
PostThis is the layout and settings that I have. $(ProjectDir)=C:/Firmware/MotorisedFaders/MyBranch/motor-firmware Inside of ProjectDir is another folder called MQ500MotorFader which is where the elf file MQ500MotorFader.elf is generated when the make file… -
nibbly78 -
Replied to the thread How to debug elf file that was generated from a make file.
PostI already made the project name the same as the ProjectName.elf so the Debug->Debugger->Command Arguments >> $(ProjectName)$(EXE) is already correct. The linking that's done by the make file is too complicated for me to try to get SES to do the… -
nibbly78 -
Replied to the thread How to debug elf file that was generated from a make file.
PostTo highlight the problem better I did the following :- step 1) I used the project wizard to create a new Hello World program and tested that is ran with debugger. (worked just fine) step 2) I then created another project side by side but selected… -
nibbly78 -
Posted the thread How to debug elf file that was generated from a make file.
ThreadI have managed to instruct SES to build my elf file by calling a makefile (make all) Now, when I select debug/Go, I get a error saying No executable to debug. How do I instruct SES to point to my .elf file so that it can be debugged? I have attached a… -
nibbly78 -
Replied to the thread [SOLVED] No executable to debug.
PostTo fix the original problem I set the project name within the solution to match the filename of the .elf file -
nibbly78 -
Replied to the thread [SOLVED] No executable to debug.
PostWhat project? Ozone just opens and uses the .elf file. I didn't change any settings, so I guess it uses default jlink settings. (I did have a look at settings but there is not not change) Anyway, I'm going to give up on Ozone and create another thread… -
nibbly78 -
Replied to the thread [SOLVED] No executable to debug.
PostI'm not sure how this can be a mismatch between BL and application. Like I said, I can debug the .elf with Eclipse and the bootloader remains intact so there is no mismatch (unless I'm mistaken) I attempt to debug the same .elf file with SES and get a…