jmentero

Results 6 comments of jmentero

Hi, I am also finding problems with compiling the master branch under Linux for 9XR-Pro .................................................................................................................. In file included from mavlink.cpp:21:0: mavlink/Mavlink.cpp:25:21: fatal error: Mavlink.h: No such file or directory...

With this change I find a different beast: /usr/lib/gcc/arm-none-eabi/4.8/../../../arm-none-eabi/bin/ld: section .eh_frame loaded at [0000000000442340,0000000000442377] overlaps section .data loaded at [0000000000442340,0000000000442527] Puzzling, I was compiling without a problem last time I...

I can compile the branch "next" after adding the file s6rimg.lbm (from the master branch) and changing Mavlink to mavlink in the code and also the file name from mavlink/Mavlink.cpp...

No, current version of master does not compile under Linux with this rather standard toolchain: mentero@momo ~/Desktop/mbtx-er9X/mbtx-master/radio/ersky9x/src $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure...

Yes, that did the trick!. arm-none-eabi-objcopy -O ihex ersky9xr_rom.elf ersky9xr_rom.hex arm-none-eabi-objcopy -O binary ersky9xr_rom.elf ersky9xr_rom.bin arm-none-eabi-objdump -h -S ersky9xr_rom.elf > ersky9xr_rom.lss text data bss dec hex filename 271180 492 43472...

Right, inserting options in the middle of "ISTR_TRIGA_OPTS" will change the existing settings. If I ever get the thing to work, I'll try to find a different solution, (without putting...