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

Configuration assist how to build for arm eabi4 #178

Open
tgbourget opened this issue Nov 25, 2023 · 0 comments
Open

Configuration assist how to build for arm eabi4 #178

tgbourget opened this issue Nov 25, 2023 · 0 comments

Comments

@tgbourget
Copy link

I'm trying to create a tool chain for an old arm926ej NAS. The firmware is using EABI4.
I just get segfault with any executable I build with gcc-arm-linux-gnueabi.

I tried just adding CFLAGS=-Wa,-meabi=4 to the COMMON_CONFIG, but that also affects the host compiler so it didn't go very far at all.

I found CFLAGS_FOR_TARGET would change some things, but not all.

Do you have a systematic way to add CFLAGS to pass to all the cross tools?

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

No branches or pull requests

1 participant