Hi,
I have CCS5 and I can't get the norflash-writer to build. I'm probably doing something wrong but I'm following the flash utils guide and not quite sure what to do.
In CCS5, I do Project->Import Existing CCS/CCE Eclipse Project.
I then browse to the nor-flash-writer directory that has the src.
CCS5 finds the project and asks if I want to convert it to a CCS4 project or something like that.
When the project is finished importing, in the Problems window I get the following:
Description Resource Path Location Type
Invalid project path: Include path not found (/home/hutch/workspace/inc). norflash-writer pathentry Path Entry Problem
Invalid project path: Include path not found (/home/hutch/workspace/include). norflash-writer pathentry Path Entry Problem
Invalid project path: Include path not found (/home/hutch/workspace/norflash-writer/Debug/C::\netra\psp\nor-flash-writer.tar\nor-flash-writer\inc). norflash-writer pathentry Path Entry Problem
This project contains unresolved buildable linked resources. It might not build as expected. norflash-writer project TI Problem Marker
If I do Project->Clean I see:
/usr/local/CCSv5/ccsv5/utils/gmake/gmake -k clean
subdir_rules.mk:6: *** target pattern contains no `%'. Stop.
**** Build Finished ****
If I do Project->Build all I see:
**** Build of configuration Debug for project norflash-writer ****
/usr/local/CCSv5/ccsv5/utils/gmake/gmake -k all
subdir_rules.mk:6: *** target pattern contains no `%'. Stop.
**** Build Finished ****
I kind of need to be able to build these flash utilities so I can edit them for our custom board. Any ideas as to what to check are greatly appreciated.
Regards,
Brian