Hi Marco, Indeed it should be PLATFORM=thunder, according to my understanding. Second, you also need to have the thunderx cross compiler installed on your build machine (aarch64-thunderx-linux-gnu-gcc), so it seems to me. It is a Cavium tool, part of their thunderx-tools, not sure where it can be downloaded from.
Regards, Rami Rosen On 4 January 2017 at 16:04, Burt Silverman <[email protected]> wrote: > Can't say for sure, but perhaps PLATFORM=thunder is the answer. > > On Wed, Jan 4, 2017 at 8:33 AM, Marco Varlese <[email protected]> > wrote: >> >> Hi, >> >> I'm trying to build VPP for the ThunderX platform. >> I've a platform in the lab so I've no need for cross-compiling, etc. >> >> However, if I run the default "make bootstrap && make build" the vpp.mk >> file is >> used and eventually the makefile builds for generic-native platform >> (resulting >> in a ton of include errors...) >> >> If I instead try to use the command "make PLATFORM=thunderx build" then I >> get >> the "Unkown platform" error although I can see the file thunder.mk in >> /build >> -data/platforms >> >> I can't find any documentation/guidelines to build specifially for the >> Thunderx >> platform so I would be grateful if anybody could point me to the right >> direction/documentation. >> >> >> Thanks, >> Marco >> _______________________________________________ >> vpp-dev mailing list >> [email protected] >> https://lists.fd.io/mailman/listinfo/vpp-dev > > > > _______________________________________________ > vpp-dev mailing list > [email protected] > https://lists.fd.io/mailman/listinfo/vpp-dev _______________________________________________ vpp-dev mailing list [email protected] https://lists.fd.io/mailman/listinfo/vpp-dev
