Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support TMPM066 in IAR export #5359

Merged
merged 1 commit into from Nov 1, 2017
Merged

Support TMPM066 in IAR export #5359

merged 1 commit into from Nov 1, 2017

Conversation

ghost
Copy link

@ghost ghost commented Oct 23, 2017

Description

Add IAR support for Toshiba TMPM066

Status

READY

@theotherjimmy
Copy link
Contributor

/morph build

@mbed-ci
Copy link

mbed-ci commented Oct 23, 2017

Build : SUCCESS

Build number : 311
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/5359/

Triggering tests

/morph test
/morph uvisor-test

@mbed-ci
Copy link

mbed-ci commented Oct 23, 2017

@adbridge
Copy link
Contributor

@Patater is the uvisor ci so backed up continuously now that builds take 24 hours ?

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 24, 2017

@orenc17A Please can you restart uvisor job here?

@theotherjimmy
Copy link
Contributor

/morph export-build

@mbed-bot
Copy link

Result: ABORTED

Your command has finished executing! Here's what you wrote!

/morph export-build

Output

mbed Build Number: 170

Example Prep failed!

@mbed-ci
Copy link

mbed-ci commented Oct 31, 2017

@adbridge
Copy link
Contributor

adbridge commented Oct 31, 2017

Ah in the middle of all the warnings can see this:

make[1]: *** [mbed-os/rtos/TARGET_CORTEX/rtx5/TARGET_RTOS_M4_M7/TOOLCHAIN_IAR/irq_cm4f.o] Segmentation fault (core dumped)

@theotherjimmy
Copy link
Contributor

theotherjimmy commented Oct 31, 2017

Oh dang. Which exporter seg faulted? make IAR

@studavekar
Copy link
Contributor

studavekar commented Oct 31, 2017

@theotherjimmy for make_iar from Makefile generated we passing includes for assembly. Looks similar to #4977.

.S.o:
        +@$(call MAKEDIR,$(dir $@))
        +@echo "Assemble: $(notdir $<)"

        @$(AS) -c $(ASM_FLAGS) $(INCLUDE_PATHS) -o $@ $<

@theotherjimmy
Copy link
Contributor

Ah, you're right.

@theotherjimmy
Copy link
Contributor

#5415 should fix the issue.

@theotherjimmy
Copy link
Contributor

/morph export-build

@mbed-ci
Copy link

mbed-ci commented Nov 1, 2017

@theotherjimmy
Copy link
Contributor

Looks great! Time to merge!

@theotherjimmy theotherjimmy changed the title Added IAR export for TMPM066 Support TMPM066 in IAR export Nov 1, 2017
@theotherjimmy
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants