On 08.02.2015 15:59, Kustaa Nyholm wrote:
> With sdcc 3.4.0 I get
> 
> ../obj/main.asm:17:Error[113]   Symbol not previously defined:
> "_g_toad4_status"
> 
> 
> 
> for this in my source code:
> 
> volatile toad4_status_t g_toad4_status;
> 
> if I add the word 'static' as in the title of this message,
> then this compiles ok.
> 
> 3.2.0 did not choke on this ... is this a bug or new C-standard
> that requires a separate declaration for  every definition?
> 
> br Kusti

This looks like an error mesage from the assembler, not the compiler.
Did you also upgrade gputils?

Philipp


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
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/
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to