help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Make detects warning as errors


From: Andrea.Pasetti
Subject: RE: Make detects warning as errors
Date: Fri, 25 Nov 2011 09:17:32 +0100

Hi, thank you for your help, you were rigth, the problem was the option
-cwno that as reported in the compiler manual:
 -cwno Sets end code to 1 when warning given




This is most probably not due to make, but due to your compiler:
Have you checked the exit code of the call to fcc907s? Anything
else but a zero exit code will cause make to stop.

I'm just guessing here, but check the command line options -w 6
and -cwno, maybe one of them causes your compiler to exit with a
non-zero exit code similar to the -Werror option of gcc.

-----Original Message-----
From: address@hidden [
mailto:address@hidden On Behalf Of
address@hidden
Sent: Donnerstag, 24. November 2011 17:06
To: address@hidden
Subject: Make detects warning as errors



In some projects (but not in all) when i compile it make detects warning as
errors and stops the build, but i dont' want this!
Can someone help me, plase?

I'm using GNU make 3.81 and below a compile LOG:


**** Build of configuration Release for project Solista-Engine ****

make pre-build main-build
rm -rf  "C:\_da\Solista\_SkMacc\SkMk\PerBoot\ABS\SolSKMak338.mhx" "C:\_da
\Solista\_SkMacc\SkMk\PerBoot\ABS\SolSKMak338.abs" "C:\_da\Solista\_SkMacc
\SkMk\PerBoot\ABS\SolSKMak338.bin"

Building file: C:/_da/Solista/germania.c
Compiling C source files
fcc907s -cpu MB96F338USA -w 6 -Xdof -cwno -INF srcin -D NO_RTOS -U NO_RTOS
-I "C:\Softune\rtos\907\syslib" -I "C:\Softune\lib\907\include" -I "C:\_da
\Solista" -I "C:\_da\Solista\_SkMacc" -I "C:\_da\Solista\_SkMacc\SkMk" -I
"C:\_da\Solista\_SkMacc\Include96" -I "C:\_da\Solista\trasmissione" -I
"C:\_da\Solista\utility" -O 4 -K SPEED -K UNROLL -K LIB -K EOPT -K NOADDSP
-B -model LARGE -o "Solista/germania.o" "C:/_da/Solista/germania.c"
*** c:\_da\solista\germania.c(751) W1352C: initialization incompatible
pointer types from `const SELEZIONE1*' to `const struct
StrutturaSelezione4*const ': `Germania_L01'
make: *** [Solista/germania.o] Error 1

**** Build Finished ****This message and any file transmitted with it
contain confidential information and are intended only for the use of the
individual or entity to whom they are addressed. If you are not the
intended recipient, please delete this message and attachments and notify
the sender immediately by reply email. Any unauthorised copying of this
message or unauthorised distribution of the information contained herein or
any action taken or omitted to be taken in reliance on it is prohibited.
Considering the means of transmission the sender does not undertake any
liability with respect to the secrecy and confidentiality of the
information contained in this email. Although N&W Global Vending Group
takes reasonable care to ensure that any attachment to this email does not
contain software viruses, you should carry out your own virus checks before
opening any attachment. N&W Global Vending Group does not accept any
responsibility for damages caused by viruses or other m
 alicious software transmitted via email.


Email secured by Check Point

_______________________________________________
Help-make mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-make


Email secured by Check Point
This message and any file transmitted with it contain confidential information 
and are intended only for the use of the individual or entity to whom they are 
addressed. If you are not the intended recipient, please delete this message 
and attachments and notify the sender immediately by reply email. Any 
unauthorised copying of this message or unauthorised distribution of the 
information contained herein or any action taken or omitted to be taken in 
reliance on it is prohibited. Considering the means of transmission the sender 
does not undertake any liability with respect to the secrecy and 
confidentiality of the information contained in this email. Although N&W Global 
Vending Group takes reasonable care to ensure that any attachment to this email 
does not contain software viruses, you should carry out your own virus checks 
before opening any attachment. N&W Global Vending Group does not accept any 
responsibility for damages caused by viruses or other malicious software 
transmitted via email. 


Email secured by Check Point

GIF image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]