i have a model that if i generate code for it as a top model in external mode it builds, downloads and runs. when i try to include the same model as a PIL from a higher level model, the code builds a .elf, but it seems the make file is missing a post build call to convert the .elf to a .bin when in PIL mode.
one screenshot is the error message when in PIL mode, the other shows the step in external mode where the .bin is created from the .elf