Hi,
I imported the project enetLwip_sysbios from the C:\Pr\TI\am335x_sysbios_ind_sdk_1.1.0.4\sdk\examples folder (the industrial SDK).
After migrating the project
from XDCtools 3.23.3.53 to XDCtools v.3.30.3.47_core
and from SYS/BIOS 6.33.5.46 to 6.40.2.27
and from compiler TIv4.9.1 to TIv5.1.7
I had to change the platform in the properties->CCS General->RTSC tab.
Then ti.platforms.evmAM3359 was selected (even though my board is a BBB).
A build then leads to the following 2 error messages
gmake: *** No rule to make target `E:/EmbeddedArtists/starterware/third_party/lwip-1.4.0/apps/httpserver_raw/httpd.c', needed by `httpd.obj'.
enetLwip_sysbios Unknown C/C++ Problem
gmake: *** No rule to make target `E:/EmbeddedArtists/starterware/third_party/lwip-1.4.0/ports/cpsw/lwiplib.c', needed by `lwiplib.obj'.
enetLwip_sysbios Unknown C/C++ Problem
and the warning
"This project contains unresolved buildable linked resources. It might not build as expected."
Obviously the files httpd.c and lwiplib.c cannot be found.
On my machine Starterware is installed in a different place (at \Pr\TI\am335x_sysbios_ind_sdk_1.1.0.4\sdk\starterware).
It looks like a problem with a file search path, but in the project properties I can't find anything wrong.
What would I have to do to have the project built properly?
Can anybody give a hint?
Regards,
Martin H.