Re: [Astlinux-users] Writing daemon for astlinux

2016-06-07 Thread Lonnie Abelbeck
+1 what David said. If your daemon is a simple .c file, the package/makedevs/ would be a good template to base your new package on, as it includes the .c source within the package. You could remove the "host" variant (and HOST_ defines) to simplify further. Any more details should go on the [

Re: [Astlinux-users] Writing daemon for astlinux

2016-06-07 Thread David Kerr
The way to do this would be to use the AstLinux build environment and create your own package there. In other words cross compile on a host build environment with target as the AstLinux system. Start by following the developer instructions on AstLinux web site. Once you are able to create your o

Re: [Astlinux-users] Writing daemon for astlinux

2016-06-07 Thread Michael Keuter
Am 07.06.2016 um 13:03 schrieb Michael Keuter : > > Am 07.06.2016 um 09:54 schrieb Stefan Ulm : > >> Hi all, >> >> For a special connectivity over UDP I need to write a UDP dameon for >> astlinux platform, >> Is there c/C++ compiler on board I could use directly on the astlinux OS, or >> hav

Re: [Astlinux-users] Writing daemon for astlinux

2016-06-07 Thread Michael Keuter
Am 07.06.2016 um 09:54 schrieb Stefan Ulm : > Hi all, > > For a special connectivity over UDP I need to write a UDP dameon for astlinux > platform, > Is there c/C++ compiler on board I could use directly on the astlinux OS, or > have I to make the programming on x86 standard platform and then