It sounds like you're having trouble cross-compiling for your specific runtime environment, not like you're having a problem unique to crypto++. You might find better answers on a mailing list or IRC channel dedicate to developing for those NAS boxes. In general, cross-compiling can be fiddly. Crypto++ is not more fiddly than other things, though. There's no real black magic going on in that makefile, and you can usually edit it to accommodate anything that can be targeted by a sufficiently recent c++ compiler and standard library. People who are in the habit of building external projects for your specific platform can probably help you through this very quickly.
Good luck. Geoff On Tue, Sep 6, 2011 at 14:17, Mauro Restante <[email protected]> wrote: > It's the same... > I discovers that the linux distro should be UNSLUG....... > It is possible the this makefile do not cover that Distro? > But in your opinion is this possible to compile the cryptolib using gcc > directly? > Mau > make -f GNUmakefile > GNUmakefile:154: *** missing target pattern. Stop. > On Tue, Sep 6, 2011 at 3:53 AM, eddie choo <[email protected]> wrote: >> >> have you tried makefile -f <name of makefile>? >> >> On Tue, Sep 6, 2011 at 4:36 AM, Mauro Restante <[email protected]> >> wrote: >>> >>> The system does'n have a super user mode like a classic lixux distro. I >>> do not find it! >>> >>> I tried to compile it as root (ADMIN in qnap). >>> >>> Is it possible that GNUmakefile doesn't know this linux distro? If I type >>> uname - a this is the output: >>> >>> Linux SCATOLO 2.6.33.2 #1 SMP Mon Aug 15 00:28:57 CST 2011 x86_64 >>> unknown >>> >>> Thanks of your help..... >>> >>> cheers >>> >>> Mau >>> >>> On Mon, Sep 5, 2011 at 3:56 AM, eddie choo <[email protected]> wrote: >>>> >>>> Have you tried in super user's mode? >>>> >>>> On Sun, Sep 4, 2011 at 2:22 AM, mau <[email protected]> wrote: >>>>> >>>>> Hi all >>>>> it's the fist time I post something on this group. >>>>> I'll need some help to compile crypto++ on qnap intel based NAS. >>>>> >>>>> this is the error >>>>> cryptopp561]# make >>>>> GNUmakefile:154: *** missing target pattern. Stop. >>>>> >>>>> could someone help me? >>>>> >>>>> Mau >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the "Crypto++ >>>>> Users" Google Group. >>>>> To unsubscribe, send an email to >>>>> [email protected]. >>>>> More information about Crypto++ and this group is available at >>>>> http://www.cryptopp.com. >>> >>> >>> >>> -- >>> Mauro Restante >> > > > > -- > Mauro Restante > > -- > You received this message because you are subscribed to the "Crypto++ Users" > Google Group. > To unsubscribe, send an email to > [email protected]. > More information about Crypto++ and this group is available at > http://www.cryptopp.com. -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
