Hi friends,
When i am rebuilding the demos, i get the error
"/home/padmanvh/Lightning_PCIE/examples/ddr3/src/main.c", line 3: fatal error: could not open source file "platform.h"
i couldnt understand whats the problem at it. Need guidance
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 friends,
When i am rebuilding the demos, i get the error
"/home/padmanvh/Lightning_PCIE/examples/ddr3/src/main.c", line 3: fatal error: could not open source file "platform.h"
i couldnt understand whats the problem at it. Need guidance
It can't find the file 'platform.h', you need to make sure the path/directory containing the header file is in your 'include' directories. The file itself should be in your PDK under \packages\ti\platform directory.
Best Regards,
Chad
Hi sir
Thank you for replying the patch given for the demo version by ADVANTECH 8681e is PDK c6678_1_0_0_21 but the PDK downloaded from TI is pdk_1_1_2_5. So is the problem? if so how can i rectify it.
regards
venkatesh Padmanabhan
That is most likely the case, as the platform file is meant to be a thin layer sitting on top of the CSL to support the platforms/boards.
Go ahead an install the other PDK that came with the board and use that platform.h file within (I'd still use the most recent PDK for everything else.)
Best Regards,
Chad