Hi Mike, While I'm certainly *not* a GCC expert, have a look at your GCC environment variables, in particular GCC_EXEC_PREFIX:
Ref: http://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html Also check, in a terminal: whereis cc1 If it finds cc1, you may want to create a softlink in the directory of gcc where it indicates cc1 In the case of Fedora, cc1 may reside in something like: /usr/lib64/gcc/x86_64-linux-gnu/<insert-version-here>/cc1 I don't have a Fedora install to check that with. Maybe Richard or Bill can add better suggestions. 73's Greg, KI7MT On 3/17/2015 12:56 PM, Mike wrote: > Hi, > 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? > > BR > Mike. > > > > ------------------------------------------------------------------------------ > 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 > ------------------------------------------------------------------------------ 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
