ATLFlight / cmake_hexagon

CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs
29 stars 56 forks source link

Deterministic mode allows long uid #20

Closed genemerewether closed 6 years ago

genemerewether commented 7 years ago

@mcharleb

Also fixes PX4/Firmware #5557: hexagon-ar: fatal: Numeric user ID too large

A dash before the options to hexagon-ar is optional. "qc" is append to archive, create silently if it doesn't exist. This is what the build toolchain executes by default. D adds deterministic mode, allowing long uids. Tested on flight board.

Notes on deterministic mode

genemerewether commented 7 years ago

@mcharleb @jywilson - Sorry to bother you, but would you have time to review this change to the hexagon-ar linker flags to allow long UID?

mcharleb commented 7 years ago

@genemerewether I'll give it a test and get back to you. I was away in Feb and just saw this. Sorry for the long wait for a reply.