LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   internal compiler error: Bus error (https://www.linuxquestions.org/questions/linux-software-2/internal-compiler-error-bus-error-539991/)

maxcell 03-23-2007 02:45 PM

internal compiler error: Bus error
 
Hello!

I'm running Fedora core 6, downloaded source for a program on no-ip.org and I tried to compile it and i got the following error:

Code:

[root@localhost noip-2.1.4]# make install
gcc -Wall -g -O2 -Dlinux -DPREFIX=\"/usr/local\" noip2.c -o noip2
noip2.c: In function âget_all_device_namesâ:
noip2.c:2153: warning: pointer targets in passing argument 1 of âstrlenâ differ                                                  in signedness
noip2.c:2153: warning: pointer targets in passing argument 1 of âstrlenâ differ                                                      in signedness
noip2.c:2153: warning: pointer targets in passing argument 2 of â__builtin_strcm                                                    pâ differ in signedness
noip2.c:2153: warning: pointer targets in passing argument 2 of â__builtin_strcm                                                    pâ differ in signedness
noip2.c:2153: warning: pointer targets in passing argument 1 of âstrlenâ differ                                                      in signedness
noip2.c:2153: warning: pointer targets in passing argument 2 of â__builtin_strcm                                                    pâ differ in signedness
noip2.c:2153: warning: pointer targets in passing argument 2 of â__builtin_strcm                                                    pâ differ in signedness
noip2.c:2153: warning: pointer targets in passing argument 2 of âstrncmpâ differ                                                      in signedness
noip2.c:2155: warning: pointer targets in passing argument 1 of â__builtin_strch                                                    râ differ in signedness
noip2.c: In function âbencodeâ:
noip2.c:2459: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
internal compiler error: Bus errorPreprocessed source stored into /tmp/ccabQJu4.out file, please attach this to your bugreport.
make: *** [noip2] Error 1

I've had the internal compiler error: Bus error a couple times when trying to compile other programs..
I'm new to linux, is there something I'm doing wrong? I was following instructions in README and INSTALL files...
Is my compiler not configured correctly?

Any suggestions?

thanks!


All times are GMT -5. The time now is 01:31 AM.