Linux ARM : Add core emulation files
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Looks like patch to sys/conf/files.arm was not included in either of revisions. It should contain all source files in sys/arm/linux/. Gregory, could you include this change and attach to any of the existing revisions?
sys/arm/linux/linux.h | ||
---|---|---|
268 | I had a problem with gcc compiler used for Linux application. |
sys/arm/linux/linux.h | ||
---|---|---|
268 | Can you go into more details on the problem? |
sys/arm/linux/linux.h | ||
---|---|---|
268 | The generated structure was not the same in term of alignment making the application crash when using signals. |