For posterity:

To silence this message [1301] you need to add:

-Wa,-S,0

to the SDCC command line.

For the uninitiated:

-Wa means pass following to the assembler

-S,0 means pass "-S 0" (note how the ',' turns into space)

and "-S 0" in gpasm is "-S 0 or --strict 0 : Is the default. No strict
messages."

Also note that '-S' is NO supported in:

"gpasm-1.4.0 #1107 (Oct 28 2014)"

but the snapshot:

"gpasm-1.4.0 #1130 (Feb 18 2015)"

seems have this feature and it works.


You will have to build this from source. I had no problem on Mac OS 10.8.5
with command line compiler tools from Xcode Version 5.1.1 (5B1008).
It looks like it builds with gcc but typing 'gcc v' on my system says:

gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr
--with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix

YMMV

br Kusti

PS And yes I *think* the warning is no indication of a problem



On 10/02/2015 22:38, "Tomas Nordin" <tom...@kth.se> wrote:

>I am also getting a lot of those warnings and would like to know what
>they are about. Should one be explicit about the banks or something. Is
>it so that this thread should go to the gputils mailing lists?
>
>/
>Tomas
>
>On Sun, Feb 08, 2015 at 04:45:00PM +0200, Kustaa Nyholm wrote:
>> Now I'm getting bunch of warnings (see title of this message):
>>
>>
>>
>> I found this:
>>
>> https://sourceforge.net/p/gputils/support-requests/8/
>>
>> so this is related to gputils/version, right?
>>
>> What is the recommended way of getting rid of this
>> (false) warning?
>>
>> It is false, right?
>>
>> br Kusti
>>
>>
>>
>>
>>
>>



This e-mail may contain confidential or privileged information. If you are not 
the intended recipient (or have received this e-mail in error) please notify 
the sender immediately and destroy this e-mail. Any unauthorized copying, 
disclosure or distribution of the material in this e-mail is strictly 
forbidden. We will not be liable for direct, indirect, special or consequential 
damages arising from alteration of the contents of this message by a third 
party or as a result of any virus being passed on or as of transmission of this 
e-mail in general.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to