You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
(1) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
|
From: Greg C. <Gr...@mo...> - 2009-06-04 02:20:38
|
Hi,
I've just started using SDCC and most things are going well. Sorry if
this is a bit of a novice question:
I have an unimplemented function taking two arguments. e.g.
void func1(uint8_t arg1, uint16_t arg2)
{
}
SDCC warns the arguments are unreferenced, which is fine, but
eclipseSDCC reports those warnings as errors. e.g. in the Problems tab,
you would see:
- Errors (2 items)
Warning 85: in function func1 unreferenced function argument : 'arg1'
Warning 85: in function func1 unreferenced function argument : 'arg2'
Is this a known issue or could it be something wrong with my setup?
I don't know if it's related, but I also get warning highlighting in the
source editor for stuff which SDCC does not warn about (e.g. _asm nop
_andasm; will cause a yellow underline "Syntax Error" but will build
fine).
Thanks,
Greg
|
|
From: Steve J. <st...@is...> - 2007-10-14 08:01:06
|
On Friday 05 October 2007 10:05, Robert Bielik wrote: > Hi all, > > Just started to use the SDCC eclipse plugin, but I'd like to use it for > PICs (PIC14). What do I need to change in order to use the plugin for > this? > Probably not much. The SDCC compiler has a zillion command line switches. The work you would need to do is to organise these into related groups in dialogue panels to allow uses to set them as required. None of this is difficult and loads of examples are available. To make the SDCC plug-in really usefull debug and simulation facilities need to be added. These are more difficult but again examples of how to do it exist. The SDCC plugin is not large or complex so it's a good place to get started if you want to understand how to extend eclipse. I would recommend "The Java Developer's Guide to Eclipse" http://www.amazon.com/Java-Developers-Guide-Eclipse/dp/0321159640 Download the source and get stuck in. Cheers. |
|
From: Robert B. <rob...@xp...> - 2007-10-05 09:05:39
|
Hi all, Just started to use the SDCC eclipse plugin, but I'd like to use it for PICs (PIC14). What do I need to change in order to use the plugin for this? Regards, /Rob |
|
From: polly <li...@bi...> - 2007-01-03 17:08:29
|
Hello,
This just doesn't seem right, the first two byte fields seem
to me to be wrongly swapped as is the two bytes are part of a
little endian word .. could anyone help me understand please ? Tks
snip.........
typedef unsigned char byte;
typedef unsigned int word;
typedef struct _USB_DEV_DSC
{
byte bLength; byte bDscType; word bcdUSB;
byte bDevCls; byte bDevSubCls; byte bDevProtocol;
byte bMaxPktSize0; word idVendor; word idProduct;
word bcdDevice; byte iMFR; byte iProduct;
byte iSerialNum; byte bNumCfg;
} USB_DEV_DSC;
#define ROMADVDSC 0x02000
#define DSC_DEV 0x98
#define CDC_DEVICE 0x76
#define EP0_BUFF_SIZE 0x54
const USB_DEV_DSC at ROMADVDSC device_dsc =
/* Device Descriptor */
{
sizeof(USB_DEV_DSC), // Size of this descriptor in bytes
DSC_DEV, // DEVICE descriptor type
0x0200, // USB Spec Release Number in BCD format
CDC_DEVICE, // Class Code
0x00, // Subclass code
0x00, // Protocol code
EP0_BUFF_SIZE, // Max packet size for EP0, see usbcfg.h
0x04D8, // Vendor ID
0x000A, // Product ID: CDC RS-232 Emulation Demo
0x0000, // Device release number in BCD format
0x01, // Manufacturer string index
0x02, // Product string index
0x00, // Device serial number string index
0x01 // Number of possible configurations
};
void main() {
while(1) {};
}
....
results in:
...
00028 ; ; Starting pCode block for absolute Ival
00029 S_ddscaddx__device_dsc code 0X002000
2000 00030 _device_dsc:
2000 9812 0200 00031 DB 0x12, 0x98, 0x00, 0x02, 0x76, 0x00,
0x00, 0x54, 0xd8, 0x04, 0x0a, 0x00
2004 0076 5400
2008 04D8 000A
200C 0000 0201 00032 DB 0x00, 0x00, 0x01, 0x02, 0x00, 0x01
2010 0100
...
--
<=>
|
|
From: Igor G. <igo...@to...> - 2006-11-10 09:10:26
|
Hi, All!
There seems to be an error in this plugin for Linux. In file
net.sourceforge.eclipsesdcc.feature_1.0.0/feature.xml there is
the last "<plugin" section:
"<plugin
id="net.sourceforge.eclipsesdcc.win32"
os="win32"
ws="win32"
..."
it should be changed to:
"<plugin
id="net.sourceforge.eclipsesdcc"
os="linux"
ws="gtk"
..."
Then the plugin will be recognized by Eclipse.
Good luck!
Igor Gorbounov
|
|
From: Amaia G. <ag...@ul...> - 2006-09-06 08:45:38
|
I am looking for a debugger for device like 8051 , PIC.....using Eclipse =
in WIndows XP.
I have installed this plug ins:
- C/C++ Development Tool (CDT)
-SDCC (Small Device C Compiler)
=20
And also Cygwin to compile C/C++ applicaions.
=20
I know that SDCC is distribute with a debbuger (SDCDB), but I have read =
that currently is not available for Windows
=20
best regards
|
|
From: Amaia G. <ag...@ul...> - 2006-09-05 10:04:18
|
one more question, must I do something more to install correctly the plug-in (SDCC)in = Eclipse environment? I know that SDCC is installed because I can see it in MS-dos, the = problem is that Eclipse doesn=B4t detect it, (I cann=B4t create a proyect to compile for example a 8051).I mean, = perhaps I must update something or=20 something similar..... -----Mensaje original----- De: ecl...@li... [mailto:ecl...@li...]En nombre de Steve Jones Enviado el: martes, 05 de septiembre de 2006 9:47 Para: ecl...@li... Asunto: Re: [Eclipse-sdcc-users] (no subject) On Monday 04 Sep 2006 16:38, Amaia Gomez wrote: > Hi, > I want to use SDCC to compile and debug aplications for a 8051. > I have installed Eclipse, Eclipse/CDT plug-in module and sdcc-win32. > How can I do to compile and aplication with sdcc????? I have opened > Eclipse but it compile the aplication with Cygwin Sorry your having problems.=20 The plug-in was never tested with cygwin installed so I'd guess that = it's=20 something to do with your search paths. I'm not is a position to do any work on the plug-in right now. I can = only=20 suggest you download the source and try to identify the problem = yourself. Cheers. -------------------------------------------------------------------------= Using Tomcat but need to do more? Need to support web services, = security? Get stuff done quickly with pre-integrated technology to make your job = easier Download IBM WebSphere Application Server v.1.0.1 based on Apache = Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Eclipse-sdcc-users mailing list Ecl...@li... https://lists.sourceforge.net/lists/listinfo/eclipse-sdcc-users |
|
From: Steve J. <st...@is...> - 2006-09-05 07:47:11
|
On Monday 04 Sep 2006 16:38, Amaia Gomez wrote: > Hi, > I want to use SDCC to compile and debug aplications for a 8051. > I have installed Eclipse, Eclipse/CDT plug-in module and sdcc-win32. > How can I do to compile and aplication with sdcc????? I have opened > Eclipse but it compile the aplication with Cygwin Sorry your having problems. The plug-in was never tested with cygwin installed so I'd guess that it's something to do with your search paths. I'm not is a position to do any work on the plug-in right now. I can only suggest you download the source and try to identify the problem yourself. Cheers. |
|
From: Amaia G. <ag...@ul...> - 2006-09-04 15:39:44
|
Hi, I want to use SDCC to compile and debug aplications for a 8051. I have installed Eclipse, Eclipse/CDT plug-in module and sdcc-win32. How can I do to compile and aplication with sdcc????? I have opened = Eclipse but it compile the aplication with Cygwin =20 Thanks |
|
From: <max...@gm...> - 2006-05-02 07:54:00
|
max...@gm... |