Maybe it's time to start reading the manual. Search for the banksel
keyword to find out what it's for and if it may have been renamed as well.

> This is proving hard, the previous error is solved now i get:
> sdcc  -mpic14 -p16f628a --use-non-free -L
> /usr/local/share/sdcc/lib/src/pic14    main.c   -o main
> main.c:59: syntax error: token -> 'banksel' ; column
> 9                                      
>                                        
>     
> make: *** [main] Error 1
>
> line 59:banksel _loop_x
>
>      On Thursday, October 16, 2014 7:21 AM, Philipp Klaus Krause
> <p...@spth.de> wrote:
>
>
>  On 16.10.2014 09:15, Electropepper PIC wrote:
>> I got the missing code, now i got the following error:
>>
>> sdcc  -mpic14 -p16f628a --use-non-free -L
>> /usr/local/share/sdcc/lib/src/pic14    main.c  -o main
>> main.c:15: syntax error: token -> '0x20' ; column
>> 22                                             
>>                                    
>>
>> make: *** [main] Error 1
>>
>>
>> Line 15 and the following 3 lines are :
>> volatile Uint8 at 0x20
>> loop_x;                                           
>>                                                
>>            
>>
>> volatile Uint8 at 0x21
>> loop_b;                                           
>>                                                
>>            
>>
>> volatile Uint8 at 0x22 loop_c;
>>
>>
>> Is it maybe some old obsolete syntax ?
>
> Yes. That should be "__at", instead of "at".
>
> Philipp
>
>
> ------------------------------------------------------------------------------
> Comprehensive Server Monitoring with Site24x7.
> Monitor 10 servers for $9/Month.
> Get alerted through email, SMS, voice calls or mobile push notifications.
> Take corrective actions from your mobile device.
> http://p.sf.net/sfu/Zoho
> _______________________________________________
> Sdcc-user mailing list
> Sdcc-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sdcc-user
>
>
>    
> ------------------------------------------------------------------------------
> Comprehensive Server Monitoring with Site24x7.
> Monitor 10 servers for $9/Month.
> Get alerted through email, SMS, voice calls or mobile push notifications.
> Take corrective actions from your mobile device.
> http://p.sf.net/sfu/Zoho_______________________________________________
> Sdcc-user mailing list
> Sdcc-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sdcc-user
>


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to