HCFiler compiling problems

General discussions about working with the Astrobe IDE and programming ARM Cortex-M0, M3, M4 and M7 microcontrollers.
Post Reply
Helpdesk
Posts: 33
Joined: Sat Jan 01, 2011 5:43 am
Contact:

HCFiler compiling problems

Post by Helpdesk » Fri Sep 22, 2017 8:41 am

Trying to build with Astrobe for LPC1769, the project HCTest from HCFiler I get the errors attached below, related to type errors.
I've also discover in the version for STM32an error on SPI.mod, related at first to the first pipe on the CASE.

I'm trying to put to work HCFiler on LCPXpresso/mbed Base Board Rev. B with an LPCXpresso LPC1769 Rev. B. I've already tested LedSeconds.mod and Led7ADC.mod on Astrobe for that combination and they are working fine.
Attachments
Errors.zip
Compilation errors
(410 Bytes) Downloaded 945 times

cfbsoftware
Site Admin
Posts: 493
Joined: Fri Dec 31, 2010 12:30 pm
Contact:

Re: HCFiler compiling problems

Post by cfbsoftware » Fri Sep 22, 2017 2:33 pm

Refer to the system requirements for HCFiler in the ReadMe.htm file. i.e. you need to use v6.2 of Astrobe to compile the source code as it uses some of the new features summarised in What's New in Astrobe for Cortex-M3.

The problem where additional (superfluous) bars were not allowed before the first, or after the last, case in CASE statements was fixed in v6.1.1.

Post Reply