Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

Make error CFG_ENV_SIZE undeclared. #148

@hanetzer

Description

@hanetzer

Greetings. I'd like to think I'm not a total idiot, but I can't seem to get this to compile right.
No matter how I go about it, I receive the following error:

In file included from environment.c:35:0:
../include/environment.h:105:21: error: ‘CFG_ENV_SIZE’ undeclared here (not in a function)
  unsigned char data[ENV_SIZE]; /* Environment data  */
                     ^
make[2]: *** [Makefile:138: environment.o] Error 1
make[1]: *** [Makefile:297: tools] Error 2
make: *** [Makefile:217: tp-link_tl-wr710n] Error 2

Mostly this is meant to be a test build so I can begin to try and port to my board (EnGenius/Senao ENS202{,EXT}).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions