#19274: Trunk compile error
-----------------------+----------------------------------
Reporter: jssilva | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone: Chaos Calmer (trunk)
Component: packages | Version: Trunk
Resolution: | Keywords:
-----------------------+----------------------------------
Comment (by jssilva):
Replying to [comment:1 nbd]:
> please post the log output of a non-parallel build. this line does not
contain the actual error messages.
Thank you for your prompt reply.
It looks like this is completely my fault but raises another problem that
I have been shortcuting and not reporting.
The error message is:
{{{
src/trx.c:72:30: error: stray '#' in program
#define TRX_MAX_LEN 0x1F20000#define TRX_NO_HEADER 1 /* Do not write TRX
header */
}}}
Which happens because I have to edit trx.c everytime, because my Asus RT-
16N has 32MB of flash and I never found a way of configuring this, but
this time I deleted an end-of-line by mistake. This is my patch:
{{{
// MyMod 2015.03.23
//#define TRX_MAX_LEN 0x720000
#define TRX_MAX_LEN 0x1F20000
}}}
Is this an error? Shall I report it? Or is my router not completely
supported and this is one of the non-supported issues?
Sorry again.
--
Ticket URL: <https://dev.openwrt.org/ticket/19274#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets