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

ESP8266: Enable unaligned reads for ESP8266_4MB (fix #1240,#837) #1244

Merged
merged 4 commits into from Sep 15, 2017
Merged

ESP8266: Enable unaligned reads for ESP8266_4MB (fix #1240,#837) #1244

merged 4 commits into from Sep 15, 2017

Conversation

MaBecker
Copy link
Contributor

No description provided.

@MaBecker
Copy link
Contributor Author

MFORCE32 = `xtensa-lx106-elf-gcc --help=target | grep mforce-l32`

is breaking the build

make: xtensa-lx106-elf-gcc: Command not found

ifdef FLASH_4MB
MFORCE32 = `xtensa-lx106-elf-gcc --help=target | grep mforce-l32`
ifneq ($(MFORCE32),)
CFLAGS += -mforce-l32
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MaBecker

Does this need to be conditional? Since the C code relies on MFORCE32 - if at this point the compiler does not have the flag you are up sh*t creek anyway!

@gfwilliams
Copy link
Member

Is this ready to go?

@MaBecker
Copy link
Contributor Author

Yes

@gfwilliams gfwilliams merged commit f9079ce into espruino:master Sep 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants