On 17/03/2015 18:56, Mike wrote: > Hi, Hi Mike, > Raspberry PI2, Fedora 21 image. > > Linux 3.18.6-v7i-aufs #1 SMP PREEMPT Tue Feb 10 22:35:34 CET 2015 armv7l > armv7l armv7l GNU/Linux > > An attempt here to build wsjtx documenting the process while refraining from > profanity > > http://www.urlme.net/blog/?p=2302 > > gcc -o test test.c > gcc: error trying to exec ‘cc1’: execvp: No such file or directory > > Looks like I didn’t get off the starting block this time - any arm / gcc / > compiler / building experts able > to advise? Did you build the compiler with a cross compiler on a host system or are you building the tools with the target system?
Did you build gcc yourself? Did you install it after building? gcc has all the subcomponent locations "baked in", did you try and move it to a different location after installation? A symlink to the various compiler drivers (gcc, g++, gfortran,...) will work, moving it will not. > > BR > Mike. 73 Bill G4WJS. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
