RE: gpasm questions
Chen Xiao Fan <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <3B8AEFFADD3DD4118F8100508BACEC2C07F773F7@spex> |
You should use relocatable code and not using cblock. Craig Franklin has written a howto on this. The name of the howto is "GPUTILS Relocatable Object HowTo" and is on the gputils website. Regards, Xiaofan ---------------------------------------------- Xiaofan Chen R&D Engineer, Photoelectric Sensor Development Pepperl+Fuchs Singapore http://www.pepperl-fuchs.com Signals for the world of automation -------------------------------------------- -----Original Message----- From: [email protected] Sent: Tuesday, August 02, 2005 1:54 AM ... Using (cblock and code sections), how it's possible to specify global variables, that are valid for more then one source/module.