Coder Social home page Coder Social logo

Comments (8)

bartremes avatar bartremes commented on June 29, 2024

#define NO_LANGUAGE_SUPPORT 1
in target_def.h
is the problem
also devof4 and devof12e have the same problem

so I think in language.c
#ifdef NO_LANGUAGE_SUPPORT
is not working correct

from deviation.

TheRealMoeder avatar TheRealMoeder commented on June 29, 2024

Travis seems to build it just fine, for example f12e:
https://travis-ci.org/DeviationTX/deviation/jobs/259667721

Did you pull master or anything else? What is your build environment?

from deviation.

bartremes avatar bartremes commented on June 29, 2024

I also build a fresh master. But without success.

from deviation.

TheRealMoeder avatar TheRealMoeder commented on June 29, 2024

Instead of
make TARGET=devof7e
please run
make devof7e

from deviation.

bartremes avatar bartremes commented on June 29, 2024

thanks
make devof7
and
make devof7 zip
works
I will now test the build on my devof7 with extra memory

from deviation.

bartremes avatar bartremes commented on June 29, 2024

hmm
the protocol map is not in the zip file.
all the rest is there except for the protocol map.

During the zip build they are build:

  • Compiling 'protocol/assan_nrf24l01.c'
  • Compiling 'protocol/bayang_nrf24l01.c'
  • Compiling 'protocol/bluefly_nrf24l01.c'
  • Compiling 'protocol/cflie_nrf24l01.c'
    ....

Any help is welcome

from deviation.

PhracturedBlue avatar PhracturedBlue commented on June 29, 2024

the f7 doesn't have enough memory to include the protocols, so they are built as modules and must be manually chosen and installed. If you have a larger processor, you should be able to comment out the MODULAR line in devof7/Makefile.inc to build all modules into the binary (see the difference between 'devo7e-256' and 'devo7e'). I haven't tested this, and it has been a while since I've looked at it, so I might have missed something.

Edit...i just realized you said 'more memory' but this could mean a larger flash or a bigger MCU...which is it?

from deviation.

bartremes avatar bartremes commented on June 29, 2024

Solved!
I had a look to the Makefile.inc of 'devo7e-256' and 'devo7e' and had to add to mine Makefile.inc of the devof7
LANGUAGE := devo10

now I can compile again whit
make TARGET=devof7
make TARGET=devof7 zip

other things I did because of my bigger memory are:

in:
deviation/src/target/devof7/target_defs.h
change the size of the memory to 512
#define USE_DEVOFS 0 //Must be added before #include "../common/devo/common_devo.h"
and
#define SPIFLASH_SECTORS 512
//#define SPIFLASH_AAI_AF 1
save

change in:
deviation/src/target/devof7/Makefile.inc
add under
FILESYSTEMS := common text
add:
LANGUAGE := devo10
to make shure you dont make use of the compressed upload method. Now you will have the original filesystem
in the zip
#PRE_FS = $(ODIR)/.pre_fs
#INCLUDE_FS := 0
include target/common/devo/Makefile.inc
#include target/common/devo/Makefile.devofs.inc

Thanks for all the help!!

from deviation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.