Other Parts Discussed in Thread: MATHLIB, UNIFLASH
Hi Dave,
I noticed the "level_sense_demo" project is not appeared in the Target Configuration Window, does this mean the build fail or something else missing?
Thanks
Feng
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Dave,
I noticed the "level_sense_demo" project is not appeared in the Target Configuration Window, does this mean the build fail or something else missing?
Thanks
Feng
filesInstalled.docxHi Dave,
We have strawberry perl 5.26.0.1 installed (32bit MSI edition) (required 5.20.1 or late edition) and CRC.PM copied to perl/lib/Digest folder as the instruction, all the path is correct in the environment variable, the build not complain the perl, it complain the pre configure file not find at the beginning. It looks to me some files are missing, Please see the screen copy of all the files installed for this project in the attachment.
Thanks,
Feng
Feng,
Again, this is not the correct forum for this kind of issue. Assuming this is a list of your C:\ti folder, I can tell that at least one component has not been installed properly. You should not see folders like /bin, /ccs_base, /lib, /include, etc. I also don't see the proper XDC folder, C:\ti\xdctools_3_50_01_12_core.
I would recommend renaming your C:\ti folder to something like C:\ti_backup. Then install each one again - to it's default location. It would also be possible to simply copy the component folders you already have (like bios_6_50_01_12), but it may just be safer to reinstall. Definitely reinstall CCS, and you may want to take the opportunity to use 7.1.
The C:\ti folder will be a list of your installed components. I would also recommend installing Strawberry Perl to its default location, not in the c:\ti folder, though it's not critical where it is as long as the path is setup.
Hi Dave,
I install CCS7.1 to a different computer and all other required software, after build "level_sense_demo", the build message similar to what I get before using CCS 7.2, I load "level_sens_demo.xer4f" it stop at main() at 413 0x00017034 (Task_Params.....), please see the debug information in the attached file, what I suppose to see in the CCS debug mode after loading image "level_sense_demo.xer4f", do I see the measured distance?
Thanks
Hi Dave,
The .xer4f is created during build "leDebugInforRun.docxvel_sens_demo" project, after loading image of .xer4f it stops at main() 413, I hit "run" it just hang on the same point (413). Please see the attached screen copy.