Git Product home page Git Product logo

Comments (3)

sultanqasim avatar sultanqasim commented on June 24, 2024

Hmm, strange. When I build a release, all I do is run this script: https://github.com/nccgroup/Sniffle/blob/master/fw/build_all_platforms.sh

This is the exact compiler I'm using:

sultan@sultan-neon-vm:~/VMShared/sniffle/fw$ ~/arm_tools/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc --version
arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 9-2019-q4-major) 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I suppose you could try diffing the generated .out elf files

from sniffle.

mh- avatar mh- commented on June 24, 2024

Yes, same compiler:

% ~/arm_tools/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc --version

arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 9-2019-q4-major) 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]

Built by me:

% ls -l builds                                                                 
-rwxr-xr-x  1 mh  staff  1802704 Sep 17 19:02 sniffle_cc2652rb.out

Built by you:

% ls -l sniffle_cc2652rb-1.6.out 
-rw-r--r--@ 1 mh  staff  1802496 Sep 16 17:17 sniffle_cc2652rb-1.6.out 

Of course this yields: Binary files sniffle_cc2652rb-1.6.out and builds/sniffle_cc2652rb.out differ

But... It works now (?!?)

from sniffle.

mh- avatar mh- commented on June 24, 2024

Ok...
This builds the wrong platform:

% make platform=CC2652RB1F

But this builds the correct PLATFORM:

% make PLATFORM=CC2652RB1F

Sorry, I used lower case letters when I should have used uppercase...

from sniffle.

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.