Tino <acoletta <at> ryerson.ca> writes: > > Hello, > > For those of you who have had an opportunity to play around > with the newly added aarch64 model for gem5, my question > is as follows: > > How do you compile and get the binaries to execute in Gem5 > if there is no support for -static flags in the aarch64-Linux-gcc > toolchain package currently available? > > There is an aarch64-crosstool-ng.config file in the bin file of the > toolchain, but absolutely no documentation on how to use this. > > crosstool-ng has also added an unstable release of aarch64 > support, however when built and executed, "./ct-ng list-samples" > lists no aarch64 based config. > I.e (http://crosstool-ng.org/hg/crosstool-ng/rev/87ad9e82546d). > > Help on any aspect of this topic would be greatly appreciated. > > Thanks! > ------------------------------- Found the solution:
The aarch64-linux-gcc package does support -static flags. However there is a known issue with certain address spaces and gccgo: https://lists.ubuntu.com/archives/foundations-bugs/2013-December/176046.html Still not sure about the crosstool-ng way, but the aarch64 way will work for now. Yay. _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
